diff options
Diffstat (limited to 'ofxHelios')
| -rw-r--r-- | ofxHelios/addon_config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ofxHelios/addon_config.mk b/ofxHelios/addon_config.mk index 3d6a965..d11f71c 100644 --- a/ofxHelios/addon_config.mk +++ b/ofxHelios/addon_config.mk @@ -33,7 +33,7 @@ common: # any special flag that should be passed to the compiler when using this # addon - ADDON_CFLAGS = -fPIC + ADDON_CFLAGS = -fPIC -std=c++14 # any special flag that should be passed to the linker when using this # addon, also used for system libraries with -lname |
