Skip to content

Commit

Permalink
Try fixing mac and linux some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Mar 5, 2022
1 parent ac8e543 commit becc2c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/BuildHashlink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<files id="libhl" />
<ext value=".${LIBSUFFIX}" />

<lib name="-lpthread" if="linux"/>
<lib name="-pthread" if="linux"/>

<section if="windows">
<lib name="user32.lib" />
Expand Down Expand Up @@ -220,8 +220,8 @@
<lib name="-lmbedx509" unless="windows" />
<lib name="-lmbedcrypto" unless="windows" />

<vflag name="-framework" value="Security" if="max || ios || tvos" />
<vflag name="-framework" value="CoreFoundation" if="max || ios || tvos" />
<vflag name="-framework" value="Security" if="mac || ios || tvos" />
<vflag name="-framework" value="CoreFoundation" if="mac || ios || tvos" />
</target>

<target id="mysql" output="mysql" tool="linker" toolid="dll">
Expand Down

0 comments on commit becc2c0

Please sign in to comment.