mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Even more makefile fixes for coop-compiler
This commit is contained in:
parent
ab2ead5cbe
commit
1e43d206dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -96,7 +96,7 @@ ifeq ($(WINDOWS_AUTO_BUILDER),1)
|
||||||
EXTRA_INCLUDES := -I ../include/1 -I ../include/2 -I ../include/3 -I ../include/4
|
EXTRA_INCLUDES := -I ../include/1 -I ../include/2 -I ../include/3 -I ../include/4
|
||||||
EXTRA_CFLAGS := -Wno-expansion-to-defined
|
EXTRA_CFLAGS := -Wno-expansion-to-defined
|
||||||
|
|
||||||
EXTRA_CPP_INCLUDES := ../include/cpp
|
EXTRA_CPP_INCLUDES := -I ../include/cpp
|
||||||
EXTRA_CPP_FLAGS := -Wno-class-conversion -Wno-packed-not-aligned
|
EXTRA_CPP_FLAGS := -Wno-class-conversion -Wno-packed-not-aligned
|
||||||
else
|
else
|
||||||
EXTRA_INCLUDES ?=
|
EXTRA_INCLUDES ?=
|
||||||
|
|
Loading…
Reference in a new issue