Browse Source

improve tcc

ruki 4 years ago
parent
commit
d6f7abcd7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/t/tinycc/xmake.lua

+ 1 - 1
packages/t/tinycc/xmake.lua

@@ -21,7 +21,7 @@ package("tinycc")
         if opt.system then
         if opt.system then
             return import("lib.detect.find_tool")("tcc")
             return import("lib.detect.find_tool")("tcc")
         end
         end
-    end
+    end)
 
 
     on_install("windows", function (package)
     on_install("windows", function (package)
         os.vcp("include", package:installdir())
         os.vcp("include", package:installdir())