Skip to content

Commit

Permalink
test c_api
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Jul 7, 2024
1 parent 440b3d7 commit 52fed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/b/bvh/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package("bvh")
add_versions("2024.7.8", "77a08cac234bae46abbb5e78c73e8f3c158051d0")

add_configs("shared", {description = "Build shared library.", default = true, type = "boolean"})
add_configs("c_api", {description = "Builds the C API library wrapper", default = false, type = "boolean"})
add_configs("c_api", {description = "Builds the C API library wrapper", default = true, type = "boolean"})

on_load(function (package)
if not package:config("c_api") then
Expand Down

0 comments on commit 52fed3c

Please sign in to comment.