mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Fix up opps.
svn path=/trunk/; revision=13992
This commit is contained in:
parent
29f3606a01
commit
b2f5efa2cf
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ endif
|
|||
#
|
||||
ifeq ($(HOST),mingw32-linux)
|
||||
export NASM_FORMAT = win32
|
||||
export PREFIX = i386-mingw32-
|
||||
export PREFIX = mingw32-
|
||||
export EXE_POSTFIX :=
|
||||
export EXE_PREFIX := ./
|
||||
export DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
||||
|
|
Loading…
Reference in a new issue