Update xmake.lua (#658)

pull/659/head
yamashi 3 years ago committed by GitHub
parent 7230261b3c
commit bcd50d8868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/m/mem/xmake.lua

@ -9,7 +9,7 @@ package("mem")
add_versions("1.0.0", "db1e58b040ea39ec5794fc1dcc6749c81b062579d9f6b086d035266456bccaf3")
on_install("windows", function (package)
on_install("windows", "linux", function (package)
os.cp("include/mem", package:installdir("include"))
end)

Loading…
Cancel
Save