2
0
ruki 6 жил өмнө
parent
commit
07db4a2bb5

+ 1 - 1
packages/m/mysql-client/xmake.lua

@@ -11,7 +11,7 @@ package("mysql-client")
         add_deps("cmake", "openssl")
     end
     add_includedirs("include")
-
+ 
     on_install("macosx", "linux", function (package)
         -- https://bugs.mysql.com/bug.php?id=87348
         -- Fixes: "ADD_SUBDIRECTORY given source

+ 1 - 1
scripts/test.lua

@@ -24,5 +24,5 @@ function main(...)
     print(os.curdir())
     os.exec("xmake repo --add local-repo %s", repodir)
     os.exec("xmake repo -l")
-    os.exec("xmake require -f -v -D -y %s", table.concat(packages, " "))
+    os.exec("xmake require -f -D -y %s", table.concat(packages, " "))
 end