mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
win: Enable Rust dependencies for x86 builds (see #3553)
This commit is contained in:
@ -466,11 +466,6 @@ def GetConfigArgs(args, is_debug, cpu):
|
||||
"""
|
||||
add_args = {}
|
||||
|
||||
if platform == 'windows' and cpu == 'x86':
|
||||
# Disable Rust dependencies for Windows x86 builds due to
|
||||
# https://crbug.com/1465165.
|
||||
add_args['enable_rust'] = False
|
||||
|
||||
# Cannot create is_official_build=true is_debug=true builds.
|
||||
# This restriction is enforced in //build/config/BUILDCONFIG.gn.
|
||||
# Instead, our "official Debug" build is a Release build with dchecks and
|
||||
|
Reference in New Issue
Block a user