diff options
Diffstat (limited to 'externals/grill/flext/build')
-rw-r--r-- | externals/grill/flext/build/config-lnx.def | 1 | ||||
-rw-r--r-- | externals/grill/flext/build/config-mac.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/build/config-lnx.def b/externals/grill/flext/build/config-lnx.def index 354c6c3b..5f4a3d89 100644 --- a/externals/grill/flext/build/config-lnx.def +++ b/externals/grill/flext/build/config-lnx.def @@ -7,4 +7,5 @@ SIMD=1 # where is the Sndobjs installation? # (uncomment the line with # to disable SNDOBJ support) +# please be sure to delete an eventual m_pd.h file from the SNDOBJ include folder!! #SNDOBJ=/usr/local/lib/sndobj diff --git a/externals/grill/flext/build/config-mac.def b/externals/grill/flext/build/config-mac.def index 280fff90..2fdee70b 100644 --- a/externals/grill/flext/build/config-mac.def +++ b/externals/grill/flext/build/config-mac.def @@ -7,4 +7,5 @@ SIMD=1 # where is the Sndobjs installation? # (uncomment the line with # to disable SNDOBJ support) +# please be sure to delete an eventual m_pd.h file from the SNDOBJ include folder!! #SNDOBJ=/usr/local/lib/sndobj |