mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Tweak preprocessing to work on both clang and gcc (#1212)
This commit is contained in:
parent
e84f5ab387
commit
912b916875
1 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ endif
|
|||
PROJECT_DIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
|
||||
MAKE = make
|
||||
CPPFLAGS += -P
|
||||
CPPFLAGS += -fno-dollars-in-identifiers -P
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
DETECTED_OS=windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue