summaryrefslogtreecommitdiff
path: root/colm/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/main.cc')
-rw-r--r--colm/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/main.cc b/colm/main.cc
index 1663ae14..a3a7d2c9 100644
--- a/colm/main.cc
+++ b/colm/main.cc
@@ -485,7 +485,7 @@ void compileOutput( const char *argv0, const bool inSource, char *srcLocation )
" -I%s/../aapl"
" -I%s/include"
" -L%s"
- " -Wl,-rpath=%s",
+ " -Wl,-rpath,%s",
binaryFn, intermedFn, srcLocation,
srcLocation, location, location );
}