mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-12-26 09:59:04 +01:00
Add src/libs/ as additional include dir as it is now specified as system headers
This commit is contained in:
parent
3b97df8f0a
commit
64a492f992
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ DEBUG ?= false
|
||||||
USER_CFLAGS ?=
|
USER_CFLAGS ?=
|
||||||
|
|
||||||
L_FLAGS ?= -lm
|
L_FLAGS ?= -lm
|
||||||
C_FLAGS ?= -std=gnu99 -Wall -Wno-unused-variable $(USER_CFLAGS)
|
C_FLAGS ?= -Isrc/libs/ -std=gnu99 -Wall -Wno-unused-variable $(USER_CFLAGS)
|
||||||
|
|
||||||
ifeq ($(DEBUG), true)
|
ifeq ($(DEBUG), true)
|
||||||
C_FLAGS := $(C_FLAGS) -g
|
C_FLAGS := $(C_FLAGS) -g
|
||||||
|
|
Loading…
Reference in a new issue