Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
Removed unused flags.
  • Loading branch information
luadebug authored Oct 6, 2024
1 parent c52b158 commit eaed43b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/l/libmem/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ package("libmem")
add_deps("libmem")
end
]])
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
-- Use xmake to build and install libmem
import("package.tools.xmake").install(package, configs)
end)

0 comments on commit eaed43b

Please sign in to comment.