Browse Source

improve openssl

ruki 4 years ago
parent
commit
71b1a9d705
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/o/openssl/xmake.lua

+ 1 - 1
packages/o/openssl/xmake.lua

@@ -25,7 +25,7 @@ package("openssl")
 
     on_install("cross", function (package)
         local target = "linux-generic32"
-        if package:is_os("linux") then
+        if package:is_targetos("linux") then
             if package:is_arch("arm64") then
                 target = "linux-aarch64"
             else