diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-04-16 17:46:17 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-04-16 17:46:17 +0100 |
| commit | 64da9187c2b2996c5c9493e23df86528eae77ee4 (patch) | |
| tree | 7482939535be2b8651504a881527a3e1c3698918 /ofxHelios | |
| parent | 1b6d98926d669fcb421c0be88c696b7f143050d8 (diff) | |
adding PONK to gui
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 |
