Update xmake.lua (#1689)

pull/1691/head
likun123687 2 years ago committed by GitHub
parent 9b1de32867
commit a68f47ee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)

Loading…
Cancel
Save