fix titledcore

pull/232/head
ruki 4 years ago
parent 612884996c
commit 614cd5d8bc
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 5
      packages/t/tiltedcore/xmake.lua

@ -9,9 +9,10 @@ package("tiltedcore")
add_versions("v0.1.4", "c50213b6814267ccfa24212ca0fbc922c162ac97d234ff50de2e05463115e9b4")
add_versions("v0.1.3", "e6bc279a436e32c187341af9a47a64977d00d354eda66237804aada51d1884e3")
add_deps("mimalloc", {configs = {rltgenrandom = true}})
on_install("windows", "msys", function (package)
local configs = {}
import("package.tools.xmake").install(package, configs)
import("package.tools.xmake").install(package)
end)
on_test(function (package)

Loading…
Cancel
Save