Skip to content

Commit 627b01a

Browse files
author
Cynthia Jiang
committed
Update to get win32 build pass
1 parent 0884b3a commit 627b01a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cmake/firebase_unity_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(FIREBASE_INSTANCE_ID_POD_VERSION "4.3.1"
2525

2626
# https://github.com/googlesamples/unity-jar-resolver
2727
set(FIREBASE_UNITY_JAR_RESOLVER_VERSION
28-
"1.2.164"
28+
"1.2.165"
2929
CACHE STRING
3030
"Version tag of Play Services Resolver to download and use (no trailing .0)"
3131
)

external/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717

1818
mono_add_external_dll(unity_editor_cs "${UNITY_EDITOR_DLL}")
1919
mono_add_external_dll(unity_engine_cs "${UNITY_ENGINE_DLL}")
20-
2120
if(APPLE)
2221
mono_add_external_dll(unity_ios_extensions_xcode_cs "${UNITY_EDITOR_IOS_XCODE_DLL}")
2322
endif()
2423

2524
# Dont pack libraries shipped with unity
2625
unity_pack_skip(unity_editor_cs)
2726
unity_pack_skip(unity_engine_cs)
28-
unity_pack_skip(unity_ios_extensions_xcode_cs)
27+
if(APPLE)
28+
unity_pack_skip(unity_ios_extensions_xcode_cs)
29+
endif()
2930

3031
mono_add_library(google_minijson_cs
3132
MODULE

0 commit comments

Comments
 (0)