Skip to content

Commit

Permalink
removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Jan 5, 2025
1 parent 7227f0f commit 8c0fb54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/c/cunit/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package("cunit")
table.insert(configs, "-DCUNIT_DISABLE_TESTS=TRUE")
table.insert(configs, "-DCUNIT_DISABLE_EXAMPLES=TRUE")
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"))

if (package:config("shared")) then
Expand Down

0 comments on commit 8c0fb54

Please sign in to comment.