Try to enable every platform to see which are failing

pull/1428/head
SirLynix 2 years ago
parent c5983f0019
commit c8227a7d7c
  1. 2
      packages/n/newtondynamics4/xmake.lua

@ -30,7 +30,7 @@ package("newtondynamics4")
end
end)
on_install("windows", "linux", "macosx", "mingw", function (package)
on_install(function (package)
os.cd("newton-4.00")
local configs = {
"-DNEWTON_BUILD_SANDBOX_DEMOS=OFF",

Loading…
Cancel
Save