Do a funny hack to let CI work for the time being

This commit is contained in:
Adam Demasi 2024-10-05 20:21:37 +09:30
parent ad6772006a
commit d02e4f901f
No known key found for this signature in database
GPG key ID: 5D3B26B3D58C7D91

View file

@ -1,6 +1,11 @@
all:
+$(MAKE) -f Makefile.actual ARCH=32
ifeq ($(CI),1)
@# HACK: Use the 32-bit binary for nightlies for now, until we have a working 64-bit toolchain
cp obj/LegacyUpdate32.exe obj/LegacyUpdate64.exe
else
+$(MAKE) -f Makefile.actual ARCH=64
endif
clean:
rm -rf obj