mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Toolchain: Update gcc to version 12.2.0
This commit is contained in:
committed by
Brian Gianforcaro
parent
c713e76941
commit
7ac3dffe9e
@@ -17,7 +17,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "SerenityOS")
|
||||
endif()
|
||||
|
||||
# Check for toolchain mismatch, user might need to rebuild toolchain
|
||||
set(GCC_VERSION "12.1.0")
|
||||
set(GCC_VERSION "12.2.0")
|
||||
set(LLVM_VERSION "14.0.1")
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(EXPECTED_COMPILER_VERSION "${GCC_VERSION}")
|
||||
|
||||
Reference in New Issue
Block a user