mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
Backout bug 1203096 because the issue that the workaround was trying to solve is still there
This commit is contained in:
parent
9c7f1eace7
commit
cad8b5cc29
@ -66,10 +66,13 @@ if CONFIG['MOZ_SANDBOX'] and CONFIG['OS_ARCH'] == 'WINNT':
|
||||
'sandbox_staticruntime_s',
|
||||
]
|
||||
|
||||
DELAYLOAD_DLLS += [
|
||||
'nss3.dll',
|
||||
'xul.dll'
|
||||
]
|
||||
# clang-cl can't deal with this delay-load due to bug 1188045
|
||||
# (also filed as https://llvm.org/bugs/show_bug.cgi?id=24291)
|
||||
if not CONFIG['CLANG_CL']:
|
||||
DELAYLOAD_DLLS += [
|
||||
'nss3.dll',
|
||||
'xul.dll'
|
||||
]
|
||||
|
||||
DEFINES['HASH_NODE_ID_WITH_DEVICE_ID'] = 1;
|
||||
SOURCES += [
|
||||
|
Loading…
x
Reference in New Issue
Block a user