remove useless code

pull/1133/head
L 3 years ago
parent ccf52cecca
commit 9418a5c9f1
No known key found for this signature in database
GPG Key ID: 7B8B11806DB67499
  1. 2
      packages/m/magic_enum/xmake.lua

@ -18,7 +18,7 @@ package("magic_enum")
"-DMAGIC_ENUM_OPT_INSTALL=ON" "-DMAGIC_ENUM_OPT_INSTALL=ON"
} }
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release")) table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
import("package.tools.cmake").install(package, configs, {buildir = "build"}) import("package.tools.cmake").install(package, configs)
end) end)
on_test(function (package) on_test(function (package)

Loading…
Cancel
Save