mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Define __LINUX__ for build tools if host is Linux
svn path=/trunk/; revision=34850
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ endif
|
||||
else
|
||||
HOST=mingw32-linux
|
||||
HOST_CFLAGS+=-fshort-wchar -D__LINUX__
|
||||
HOST_CPPFLAGS+=-fshort-wchar
|
||||
HOST_CPPFLAGS+=-fshort-wchar -D__LINUX__
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user