]> err.no Git - sope/blobdiff - configure
fixed Xcode build, bumped dyld versions
[sope] / configure
index 347f1823ede11ebb7c3c79f64d416af56955424f..abe881a265134335fda12ee9eb7ed4bd63287fab 100755 (executable)
--- a/configure
+++ b/configure
@@ -242,6 +242,10 @@ function genConfigMake() {
     cfgwrite "${MAKE_ASSI}";
   done
   cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO"
+  cfgwrite ""
+  
+  cfgwrite "# avoid a gstep-make warning"
+  cfgwrite "PATH:=\$(GNUSTEP_SYSTEM_ROOT)/Tools:\$(PATH)"
 }
 
 function runIt() {