Skip to content

Commit becc2c0

Browse files
Try fixing mac and linux some more.
1 parent ac8e543 commit becc2c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/BuildHashlink.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<files id="libhl" />
192192
<ext value=".${LIBSUFFIX}" />
193193

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

196196
<section if="windows">
197197
<lib name="user32.lib" />
@@ -220,8 +220,8 @@
220220
<lib name="-lmbedx509" unless="windows" />
221221
<lib name="-lmbedcrypto" unless="windows" />
222222

223-
<vflag name="-framework" value="Security" if="max || ios || tvos" />
224-
<vflag name="-framework" value="CoreFoundation" if="max || ios || tvos" />
223+
<vflag name="-framework" value="Security" if="mac || ios || tvos" />
224+
<vflag name="-framework" value="CoreFoundation" if="mac || ios || tvos" />
225225
</target>
226226

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

0 commit comments

Comments
 (0)