Przeglądaj źródła

Update xmake.lua

ruki 6 lat temu
rodzic
commit
6f596f2687
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/c/cjson/xmake.lua

+ 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)