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

+ 1 - 1
packages/c/cjson/xmake.lua

@@ -7,4 +7,4 @@ package("cjson")
     on_install("macosx", "linux", function(package)
         os.vrun("make")
         os.vrun("make PREFIX=\"%s\" install", package:installdir())
-        end)
+    end)