limit plat for bullet3

pull/26/head
ruki 6 years ago
parent 6a78fd32eb
commit d26c605b71
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/b/bullet3/xmake.lua

@ -9,7 +9,7 @@ package("bullet3")
add_deps("cmake")
on_install(function (package)
on_install("macosx", "linux", "windows", function (package)
local configs = {}
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))

Loading…
Cancel
Save