Skip to content

Commit 619591d

Browse files
authored
Update project.pbxproj
1 parent 9e9ec43 commit 619591d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/ios/template/{{app.file}}.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@
402402
"\"$(SRCROOT)/::APP_FILE::/lib/x86_64\"",
403403
);
404404
OTHER_LDFLAGS = (
405+
"-lmbedtls_hxcpp",
405406
::foreach ndlls:: "-l::name::",
406407
::end::
407408
::foreach linkedLibraries:: "-l::__current__::",
@@ -456,6 +457,7 @@
456457
"\"$(SRCROOT)/::APP_FILE::/lib/x86_64\"",
457458
);
458459
OTHER_LDFLAGS = (
460+
"-lmbedtls_hxcpp",
459461
::foreach ndlls:: "-l::name::",
460462
::end::
461463
::foreach linkedLibraries:: "-l::__current__::",

0 commit comments

Comments
 (0)