Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
tashcan committed Feb 9, 2025
1 parent 66e16be commit 1fbaeaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmake-packages/packages/s/spud/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_deps("cmake")
set_sourcedir(path.join(os.scriptdir(), "spud-src"))

on_install(function(package)
print(package)
local configs = {}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
Expand Down

0 comments on commit 1fbaeaf

Please sign in to comment.