Browse Source

Update xmake.lua

ruki 6 years ago
parent
commit
6f596f2687
1 changed files with 1 additions and 1 deletions
  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)