mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Fix native MinGW QVM compilation
This commit is contained in:
parent
ffc78a67ba
commit
8415024a08
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -20,6 +20,12 @@ else
|
|||
COMPILE_ARCH=$(shell uname -m | sed -e s/i.86/i386/)
|
||||
endif
|
||||
|
||||
ifeq ($(COMPILE_PLATFORM),mingw32)
|
||||
ifeq ($(COMPILE_ARCH),i386)
|
||||
COMPILE_ARCH=x86
|
||||
endif
|
||||
endif
|
||||
|
||||
BUILD_CLIENT =
|
||||
BUILD_CLIENT_SMP =
|
||||
BUILD_SERVER =
|
||||
|
|
Loading…
Reference in a new issue