Browse Source

Update xmake.lua (#1689)

likun123687 2 years ago
parent
commit
a68f47ee22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/s/stb/xmake.lua

+ 1 - 0
packages/s/stb/xmake.lua

@@ -16,6 +16,7 @@ package("stb")
 
     on_install(function (package)
         os.cp("*.h", package:installdir("include"))
+        os.cp("*.c", package:installdir("include"))
     end)
 
     on_test(function (package)