소스 검색

Update xmake.lua

ruki 6 년 전
부모
커밋
6f596f2687
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)