mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix Linux build
svn path=/trunk/; revision=28785
This commit is contained in:
parent
6982b02da4
commit
0eb52138ba
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ INFLIB_HOST_OBJECTS = \
|
|||
|
||||
INFLIB_HOST_CFLAGS = -O3 -Wall -Wpointer-arith -Wconversion \
|
||||
-Wstrict-prototypes -Wmissing-prototypes -DINFLIB_HOST \
|
||||
-Iinclude/reactos
|
||||
-Iinclude/reactos -Iinclude/psdk
|
||||
|
||||
$(INFLIB_HOST_TARGET): $(INFLIB_HOST_OBJECTS) | $(INFLIB_OUT)
|
||||
$(ECHO_AR)
|
||||
|
|
Loading…
Reference in a new issue