Skip to content

Commit df80dbf

Browse files
committed
chore: set linker rpath for *all* build modes
1 parent 887a6cf commit df80dbf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

heidisql.lpi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<UseExternalDbgSyms Value="True"/>
6767
</Debugging>
6868
<Options>
69+
<PassLinkerOptions Value="True"/>
70+
<LinkerOptions Value="-rpath @loader_path\..\Frameworks"/>
6971
<Win32>
7072
<GraphicApplication Value="True"/>
7173
</Win32>
@@ -103,7 +105,7 @@
103105
<LinkSmart Value="True"/>
104106
<Options>
105107
<PassLinkerOptions Value="True"/>
106-
<LinkerOptions Value="-rpath @loader_path/../Frameworks"/>
108+
<LinkerOptions Value="-rpath @loader_path\..\Frameworks"/>
107109
<Win32>
108110
<GraphicApplication Value="True"/>
109111
</Win32>
@@ -482,6 +484,8 @@ if TargetOS=&apos;darwin&apos; then
482484
<DebugInfoType Value="dsDwarf3"/>
483485
</Debugging>
484486
<Options>
487+
<PassLinkerOptions Value="True"/>
488+
<LinkerOptions Value="-rpath @loader_path\..\Frameworks"/>
485489
<Win32>
486490
<GraphicApplication Value="True"/>
487491
</Win32>

0 commit comments

Comments
 (0)