Skip to content
Extraits de code Groupes Projets
Valider 3753e9c4 rédigé par odrling's avatar odrling
Parcourir les fichiers

fix luajit for windows

seems that happens for msys2 too
parent 805b0172
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,7 +11,7 @@ endif ...@@ -11,7 +11,7 @@ endif
dynasm_dasc = files('../vm_@0@.dasc'.format(dynasm_arch)) dynasm_dasc = files('../vm_@0@.dasc'.format(dynasm_arch))
dasm = [minilua, files('../../dynasm/dynasm.lua')] dasm = [minilua, files('../../dynasm/dynasm.lua')]
if cc.get_id() == 'msvc' if host_machine.system() == 'windows'
# the cl.exe preprocessor seemingly removes/expands macros, so hardcode flags # the cl.exe preprocessor seemingly removes/expands macros, so hardcode flags
dasm += ['-D', 'WIN', '-D', 'JIT', '-D', 'FFI'] dasm += ['-D', 'WIN', '-D', 'JIT', '-D', 'FFI']
if host_machine.cpu_family() == 'x86_64' if host_machine.cpu_family() == 'x86_64'
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter