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