aboutsummaryrefslogtreecommitdiff
path: root/src/internal_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal_cmd.c')
-rw-r--r--src/internal_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal_cmd.c b/src/internal_cmd.c
index b6bc65a..a1b7197 100644
--- a/src/internal_cmd.c
+++ b/src/internal_cmd.c
@@ -185,7 +185,7 @@ int mkruntime_interface(int argc, char **argv) {
}
runtime_set(rt, "CFLAGS", "-I$SPM_INCLUDE $CFLAGS");
- runtime_set(rt, "LDFLAGS", "-Wl,-rpath $SPM_LIB:$${ORIGIN}/lib -L$SPM_LIB $LDFLAGS");
+ runtime_set(rt, "LDFLAGS", "-Wl,-rpath=$SPM_LIB:$${ORIGIN}/lib -L$SPM_LIB $LDFLAGS");
runtime_export(rt, NULL);
runtime_free(rt);