diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-26 20:53:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-26 20:53:58 +0000 |
commit | a013ac55315dc701a0d9ba43e337c673f398638a (patch) | |
tree | 43dc5a53fdb9e21d58e55a34c7ba996545e47a01 | |
parent | 104bd05c0c22b17494ecac05d035ecd059e906f5 (diff) |
added pd/src as path for -lpd for new build system
svn path=/trunk/externals/OSCx/; revision=12680
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4443,7 +4443,7 @@ else LDFLAGS="-shared" INCLUDES="$INCLUDES -I../../../pd/src" pd_suffix=dll - LIBS="-L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32" + LIBS="-L../../../pd/src -L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32" ;; *-*-darwin*) CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 " |