mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 14:12:07 -05:00
Do a funny hack to let CI work for the time being
This commit is contained in:
parent
ad6772006a
commit
d02e4f901f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue