File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ macro(mono_add_internal name output_type)
275
275
set (VAR_DEFINES "TRACE" )
276
276
set (VAR_OUTPUT_TYPE ${output_type} )
277
277
278
+ string (APPEND VAR_REFERENCE " <Reference Include=\" netstandard\" />\n " )
278
279
string (APPEND VAR_REFERENCE " <Reference Include=\" System\" />\n " )
279
280
string (APPEND VAR_REFERENCE " <Reference Include=\" System.Core\" />\n " )
280
281
Original file line number Diff line number Diff line change @@ -771,6 +771,8 @@ def main(argv):
771
771
772
772
if FLAGS .use_boringssl :
773
773
cmake_setup_args .append ("-DFIREBASE_USE_BORINGSSL=ON" )
774
+ else :
775
+ cmake_setup_args .append ("-DFIREBASE_USE_BORINGSSL=OFF" )
774
776
775
777
if is_ios_build ():
776
778
cmake_setup_args .extend (get_ios_args (source_path ))
You can’t perform that action at this time.
0 commit comments