Skip to content

Commit

Permalink
disable c_api
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 authored Jul 5, 2024
1 parent b902dc3 commit 3e66df0
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.5.20", "237fa6f690c0935a623ef1cec1cdb5c3003d6405")

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

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

0 comments on commit 3e66df0

Please sign in to comment.