File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
3
3
4
4
if (CMAKE_VERSION MATCHES "3.30.0" )
5
5
message (FATAL_ERROR "CMake v3.30.0 is not supported: https://github.com/birdofpreyru/react-native-static-server/issues/111" )
6
+ elseif (CMAKE_VERSION MATCHES "3.30.1" )
7
+ message (FATAL_ERROR "CMake v3.30.1 is not supported: https://github.com/birdofpreyru/react-native-static-server/issues/111" )
6
8
endif ()
7
9
8
10
# This prevents CMake from complaining that INSTALL(..) directives in
@@ -26,7 +28,7 @@ endif()
26
28
# to obscure errors (e.g. it may successfully complete the build,
27
29
# but effectively doing it for the first of the archs only, and leave us
28
30
# to wonder, why something does not link for some arch later).
29
- string (REPLACE "; " "\\\; " ESCAPED_ARCHS "${CMAKE_OSX_ARCHITECTURES } " )
31
+ string (REPLACE " " "\\\; " ESCAPED_ARCHS "$ENV{ARCHS_STANDARD } " )
30
32
31
33
if (CMAKE_SYSTEM_NAME MATCHES "Android" )
32
34
set (
Original file line number Diff line number Diff line change @@ -1835,7 +1835,7 @@ SPEC CHECKSUMS:
1835
1835
ReactCodegen: 60973d382704c793c605b9be0fc7f31cb279442f
1836
1836
ReactCommon: 6ef348087d250257c44c0204461c03f036650e9b
1837
1837
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1838
- Yoga: 2a45d7e59592db061217551fd3bbe2dd993817ae
1838
+ Yoga: a1d7895431387402a674fd0d1c04ec85e87909b8
1839
1839
1840
1840
PODFILE CHECKSUM: 28ab558f77988de312fdfc89b975a6bce9c68eb9
1841
1841
You can’t perform that action at this time.
0 commit comments