HashLink: when building hdlls, use -install_name on macOS

This more closely matches official HashLink binaries, and ensures that the hdlls can be found next to a HL/C executable
This commit is contained in:
Josh Tynjala
2023-10-18 15:33:32 -07:00
parent 0528e3996f
commit 21e8e619c3
2 changed files with 11 additions and 0 deletions

View File

@@ -457,6 +457,7 @@
</section>
<section if="mac">
<vflag name="-install_name" value="@executable_path/lime.hdll" if="LIME_HASHLINK"/>
<vflag name="-l" value="iconv" />
<vflag name="-framework" value="IOKit" />