2
0
ruki 4 жил өмнө
parent
commit
ce9ffc84f0

+ 1 - 1
packages/p/python/xmake.lua

@@ -28,7 +28,7 @@ package("python")
         add_deps("openssl", {host = true})
     end
 
-    if is_plat("linux") then
+    if is_host("linux") then
         add_syslinks("util", "pthread", "dl")
     end
 

+ 1 - 1
packages/p/python2/xmake.lua

@@ -25,7 +25,7 @@ package("python2")
         add_deps("openssl", {host = true})
     end
 
-    if is_plat("linux") then
+    if is_host("linux") then
         add_syslinks("util", "pthread", "dl")
     end