shuax hace 3 años
padre
commit
8a83cee02d
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      packages/l/luajit/port/xmake.lua

+ 1 - 3
packages/l/luajit/port/xmake.lua

@@ -138,11 +138,9 @@ target("buildvm")
         add_defines("LUAJIT_TARGET=LUAJIT_ARCH_X86", {public = true})
     elseif is_arch("x64", "x86_64") then
         if has_config("gc64") then
-            add_files("src/vm_x64.dasc")
             add_defines("LUAJIT_ENABLE_GC64", {public = true})
-        else
-            add_files("src/vm_x86.dasc")
         end
+        add_files("src/vm_x64.dasc")
         add_defines("LUAJIT_TARGET=LUAJIT_ARCH_X64", {public = true})
     elseif is_arch("arm64", "arm64-v8a") then
         add_files("src/vm_arm64.dasc")