From 99b93324f26936f51615f235298297754ade5248 Mon Sep 17 00:00:00 2001 From: star9029 Date: Fri, 15 Nov 2024 12:44:41 +0800 Subject: [PATCH] Update xmake.lua --- packages/s/soil2/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/s/soil2/xmake.lua b/packages/s/soil2/xmake.lua index aeb63b2cec5..d120cd1050b 100644 --- a/packages/s/soil2/xmake.lua +++ b/packages/s/soil2/xmake.lua @@ -27,7 +27,7 @@ package("soil2") end -- TODO: fix glXGetProcAddress on linux - on_install("!android and !wasm and !cross and !iphoneos and !linux and !bsd", function (package) + on_install("windows", "macosx", "mingw", "msys", function (package) io.replace("CMakeLists.txt", "$<$:-fPIC>", "", {plain = true}) io.replace("CMakeLists.txt", "$<$:-fPIC>", "", {plain = true})