Skip to content

Commit

Permalink
Fix ""
Browse files Browse the repository at this point in the history
  • Loading branch information
贝克街的流浪猫 committed Dec 20, 2018
1 parent d7582ba commit e823017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/Gn.cmake
@@ -1,4 +1,4 @@
set(_GEN_ARGS use_gold=false target_cpu=\\"${TARGET_CPU}\\" target_os=\\"${TARGET_OS}\\" is_component_build=false proprietary_codecs=true use_openh264=true ffmpeg_branding="Chrome" rtc_include_tests=false treat_warnings_as_errors=false is_debug=false enable_iterator_debugging=false use_custom_libcxx=false use_custom_libcxx_for_host=false)
set(_GEN_ARGS use_gold=false target_cpu=\\"${TARGET_CPU}\\" target_os=\\"${TARGET_OS}\\" is_component_build=false proprietary_codecs=true use_openh264=true ffmpeg_branding=\\"Chrome\\" rtc_include_tests=false treat_warnings_as_errors=false is_debug=false enable_iterator_debugging=false use_custom_libcxx=false use_custom_libcxx_for_host=false)

if (MSVC OR XCODE)
set(_GEN_ARGS ${_GEN_ARGS} is_debug=$<$<CONFIG:Debug>:true>$<$<CONFIG:Release>:false>$<$<CONFIG:RelWithDebInfo>:false>$<$<CONFIG:MinSizeRel>:false>)
Expand Down

0 comments on commit e823017

Please sign in to comment.