Skip to content

Commit 1d3b6cc

Browse files
authored
fix for build windows (#646)
1 parent c347392 commit 1d3b6cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cmake/unity_mono.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ macro(mono_add_internal name output_type)
275275
set(VAR_DEFINES "TRACE")
276276
set(VAR_OUTPUT_TYPE ${output_type})
277277

278+
string(APPEND VAR_REFERENCE " <Reference Include=\"netstandard\" />\n")
278279
string(APPEND VAR_REFERENCE " <Reference Include=\"System\" />\n")
279280
string(APPEND VAR_REFERENCE " <Reference Include=\"System.Core\" />\n")
280281

scripts/build_scripts/build_zips.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ def main(argv):
771771

772772
if FLAGS.use_boringssl:
773773
cmake_setup_args.append("-DFIREBASE_USE_BORINGSSL=ON")
774+
else:
775+
cmake_setup_args.append("-DFIREBASE_USE_BORINGSSL=OFF")
774776

775777
if is_ios_build():
776778
cmake_setup_args.extend(get_ios_args(source_path))

0 commit comments

Comments
 (0)