buildsystem,epj2make,ide; (#973) use -L rather than -Wl,--library-path in makefile...
authorRejean Loyer <rejean.loyer@gmail.com>
Thu, 22 Aug 2013 18:52:03 +0000 (14:52 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Thu, 22 Aug 2013 20:10:45 +0000 (16:10 -0400)
ide/src/project/Project.ec

index 0d2b423..1ab0083 100644 (file)
@@ -632,7 +632,7 @@ enum LineOutputMethod { inPlace, newLine, lineEach };
 enum StringOutputMethod { asIs, escape, escapePath};
 
 enum ToolchainFlag { any, _D, _I, _isystem, _Wl, _L/*, _Wl-rpath*/ };
-String flagNames[ToolchainFlag] = { "", "-D", "-I", "-isystem ", "-Wl,", "-Wl,--library-path="/*, "-Wl,-rpath "*/ };
+String flagNames[ToolchainFlag] = { "", "-D", "-I", "-isystem ", "-Wl,", /*"-Wl,--library-path="*/"-L"/*, "-Wl,-rpath "*/ };
 void OutputFlags(File f, ToolchainFlag flag, Array<String> list, LineOutputMethod lineMethod)
 {
    if(list.count)