Skip to content

Commit bed9d7b

Browse files
committed
libflex: std=gnu++11
1 parent f4f3488 commit bed9d7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libflex/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(TWEAK_NAME)_FILES = libFLEX.x $(SOURCES)
2424
$(TWEAK_NAME)_FRAMEWORKS = CoreGraphics UIKit ImageIO QuartzCore
2525
$(TWEAK_NAME)_LIBRARIES = sqlite3 z
2626
$(TWEAK_NAME)_CFLAGS += -fobjc-arc -w -Wno-unsupported-availability-guard $(IMPORTS) -g
27+
$(TWEAK_NAME)_CCFLAGS += -std=gnu++11
2728

2829
include $(THEOS_MAKE_PATH)/tweak.mk
2930

0 commit comments

Comments
 (0)