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)
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
Original file line number Diff line number Diff 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 ))
You can’t perform that action at this time.
0 commit comments