Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 6e1b519

Browse files
committed
maybe the last of ios gha?
1 parent 5c5c888 commit 6e1b519

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

example/ios/QuickCryptoExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,7 @@
523523
"-DFOLLY_CFG_NO_COROUTINES=1",
524524
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
525525
);
526-
OTHER_LDFLAGS = (
527-
"$(inherited)",
528-
" ",
529-
);
526+
OTHER_LDFLAGS = "$(inherited) ";
530527
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
531528
SDKROOT = iphoneos;
532529
USE_HERMES = true;
@@ -598,10 +595,7 @@
598595
"-DFOLLY_CFG_NO_COROUTINES=1",
599596
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
600597
);
601-
OTHER_LDFLAGS = (
602-
"$(inherited)",
603-
" ",
604-
);
598+
OTHER_LDFLAGS = "$(inherited) ";
605599
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
606600
SDKROOT = iphoneos;
607601
USE_HERMES = true;
File renamed without changes.

0 commit comments

Comments
 (0)