Skip to content

Commit 230ac8d

Browse files
committed
fix: set runtime search path for linker, so openssl finds libssl.1.1.dylib and we can access https pages now
1 parent c07b155 commit 230ac8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

heidisql.lpi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
</Debugging>
103103
<LinkSmart Value="True"/>
104104
<Options>
105+
<PassLinkerOptions Value="True"/>
106+
<LinkerOptions Value="-rpath @loader_path/../Frameworks"/>
105107
<Win32>
106108
<GraphicApplication Value="True"/>
107109
</Win32>

0 commit comments

Comments
 (0)