Skip to content

Commit f5b8d6d

Browse files
PX-2134 Fix linked flags for iOS target
1 parent 0ddf27a commit f5b8d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DemoApp/ios/DemoApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
"-DFOLLY_CFG_NO_COROUTINES=1",
522522
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
523523
);
524-
OTHER_LDFLAGS = "$(inherited) ";
524+
OTHER_LDFLAGS = "$(inherited)";
525525
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
526526
SDKROOT = iphoneos;
527527
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -590,7 +590,7 @@
590590
"-DFOLLY_CFG_NO_COROUTINES=1",
591591
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
592592
);
593-
OTHER_LDFLAGS = "$(inherited) ";
593+
OTHER_LDFLAGS = "$(inherited)";
594594
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
595595
SDKROOT = iphoneos;
596596
USE_HERMES = true;

0 commit comments

Comments
 (0)