diff options
Diffstat (limited to 'externals/grill/flext/makefile.pd-linux')
-rw-r--r-- | externals/grill/flext/makefile.pd-linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux index de0f4e5d..718d72c7 100644 --- a/externals/grill/flext/makefile.pd-linux +++ b/externals/grill/flext/makefile.pd-linux @@ -32,7 +32,8 @@ CFLAGS_S=-DFLEXT_SHARED -DFLEXT_EXPORTS # libraries # it seems like libstdc++ must be defined for icc.... -LIBS=stdc++ +# LIBS=stdc++ +# but it seems that's only true for older icc versions.... # ---------------------------------------------- # the rest can stay untouched |