mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added SWITCH define.
This commit is contained in:
parent
02526c920e
commit
4f2a16ec34
@ -40,7 +40,7 @@ CFLAGS := -g -Wall -Werror \
|
||||
$(ARCH) \
|
||||
$(BUILD_CFLAGS)
|
||||
|
||||
CFLAGS += $(INCLUDE)
|
||||
CFLAGS += $(INCLUDE) -DSWITCH
|
||||
|
||||
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user