diff options
Diffstat (limited to 'ports/chromium-base')
| -rw-r--r-- | ports/chromium-base/CONTROL | 3 | ||||
| -rw-r--r-- | ports/chromium-base/portfile.cmake | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/chromium-base/CONTROL b/ports/chromium-base/CONTROL index 91b059018..589f60a26 100644 --- a/ports/chromium-base/CONTROL +++ b/ports/chromium-base/CONTROL @@ -1,5 +1,6 @@ Source: chromium-base Version: 86.0.4199.1 +Port-Version: 1 Homepage: https://chromium.googlesource.com/chromium/src Description: Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. -Supports: x64 & (osx|windows|linux) & !uwp
\ No newline at end of file +Supports: x64 & (osx|windows|linux) & !uwp diff --git a/ports/chromium-base/portfile.cmake b/ports/chromium-base/portfile.cmake index 409c2d589..6f6d9728c 100644 --- a/ports/chromium-base/portfile.cmake +++ b/ports/chromium-base/portfile.cmake @@ -68,7 +68,8 @@ file(COPY "${RES}/test_fonts" DESTINATION "${SOURCE_PATH}/third_party") set(OPTIONS "\ use_custom_libcxx=false \ clang_use_chrome_plugins=false \ - forbid_non_component_debug_builds=false") + forbid_non_component_debug_builds=false \ + treat_warnings_as_errors=false") set(DEFINITIONS "") if(WIN32) @@ -76,7 +77,7 @@ if(WIN32) # https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk SET(VCPKG_POLICY_SKIP_ARCHITECTURE_CHECK enabled) set(ENV{DEPOT_TOOLS_WIN_TOOLCHAIN} 0) - set(OPTIONS "${OPTIONS} treat_warnings_as_errors=false use_lld=false") + set(OPTIONS "${OPTIONS} use_lld=false") endif() if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL Linux) |
