mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Use standard mingw32 prefix on linux.
svn path=/trunk/; revision=3076
This commit is contained in:
parent
8d0ecd86c9
commit
49051a245f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ endif
|
|||
#
|
||||
ifeq ($(HOST),mingw32-linux)
|
||||
NASM_FORMAT = win32
|
||||
PREFIX = i386-mingw32msv-
|
||||
PREFIX = mingw32-
|
||||
EXE_POSTFIX :=
|
||||
EXE_PREFIX := ./
|
||||
DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
||||
|
|
Loading…
Reference in a new issue