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