]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Compile fix for Unicode.
[wxWidgets.git] / wx-config.in
index f0380ce4312856d3d222e8a3989fab65f0a833cb..7ce8e5c361b8c95b651f9b81b9a2a88f10f645c6 100755 (executable)
@@ -104,9 +104,9 @@ while test $# -gt 0; do
       fi
 
       if test $static_flag = yes ; then
-          echo "$libs @LDFLAGS@ @libdir@/@WXCONFIG_LIBS_STATIC@ @LIBS@ @DMALLOC_LIBS@"
+          echo "$libs @LDFLAGS@ @WXCONFIG_RPATH@ @libdir@/@WXCONFIG_LIBS_STATIC@ @LIBS@ @DMALLOC_LIBS@"
       else
-          echo $libs @LDFLAGS@ @WXCONFIG_LIBS@ @DMALLOC_LIBS@
+          echo $libs @LDFLAGS@ @WXCONFIG_RPATH@ @WXCONFIG_LIBS@ @DMALLOC_LIBS@
       fi
 
       ;;