mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 05:41:52 +00:00
Fixed the MingW32 crosscompile to use i586-mingw32msvc-strip instead of
the native strip program git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3070 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
178b178f36
commit
c020463677
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ ifeq ($(FTE_TARGET),win32)
|
|||
#yup, the alternative exists (this matches the one debian has)
|
||||
CC=i586-mingw32msvc-gcc
|
||||
WINDRES=i586-mingw32msvc-windres
|
||||
STRIP=i586-mingw32msvc-strip
|
||||
# BITS?=32
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue