Ver Fonte

fix titledcore

ruki há 4 anos atrás
pai
commit
614cd5d8bc
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      packages/t/tiltedcore/xmake.lua

+ 3 - 2
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)