Skip to content

Commit 97a2b6a

Browse files
Updating default user config
1 parent e92b1a1 commit 97a2b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DefaultYAMLs/DefaultUserConfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Profiles:
140140
# Flags for linking as a shared library
141141
SharedLibLinkFlags:
142142
# Applies to all platforms (Can be changed to Linux, MacOS, Windows, Unix, etc.)
143-
All: "-shared"
143+
All: "-shared -Wl,-rpath,\\$ORIGIN"
144144

145145
# The syntax to link the given file
146146
LinkArgs:
@@ -151,4 +151,4 @@ Profiles:
151151
# Syntax for linking each dependency.
152152
# {LinkFile} will be replaced accordingly
153153
# LinkPart: "-l:{LinkFile}"
154-
LinkPart: "{LinkFile}"
154+
LinkPart: "{LinkFile}"

0 commit comments

Comments
 (0)