We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c347392 commit 1d3b6ccCopy full SHA for 1d3b6cc
cmake/unity_mono.cmake
@@ -275,6 +275,7 @@ macro(mono_add_internal name output_type)
275
set(VAR_DEFINES "TRACE")
276
set(VAR_OUTPUT_TYPE ${output_type})
277
278
+ string(APPEND VAR_REFERENCE " <Reference Include=\"netstandard\" />\n")
279
string(APPEND VAR_REFERENCE " <Reference Include=\"System\" />\n")
280
string(APPEND VAR_REFERENCE " <Reference Include=\"System.Core\" />\n")
281
scripts/build_scripts/build_zips.py
@@ -771,6 +771,8 @@ def main(argv):
771
772
if FLAGS.use_boringssl:
773
cmake_setup_args.append("-DFIREBASE_USE_BORINGSSL=ON")
774
+ else:
775
+ cmake_setup_args.append("-DFIREBASE_USE_BORINGSSL=OFF")
776
777
if is_ios_build():
778
cmake_setup_args.extend(get_ios_args(source_path))
0 commit comments