diff options
Diffstat (limited to 'Templates/configure')
-rwxr-xr-x | Templates/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/configure b/Templates/configure index 43bed60..83e6f2f 100755 --- a/Templates/configure +++ b/Templates/configure @@ -2813,7 +2813,7 @@ fi if test $ac_cv_prog_gxx = yes; then CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath," else - CMAKE_SHLIB_RUNTIME_FLAG="-rpath," + CMAKE_SHLIB_RUNTIME_FLAG="-rpath " fi CMAKE_SHLIB_RUNTIME_SEP=":" ;; |