Skip to content

Commit f233cb2

Browse files
committed
deps: attempt to suppress macro-redefined warning
PR-URL: #40518 Refs: #40509 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent a16c34e commit f233cb2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

deps/openssl/openssl.gypi

-2
Original file line numberDiff line numberDiff line change
@@ -1292,13 +1292,11 @@
12921292
# Set to ubuntu default path for convenience. If necessary,
12931293
# override this at runtime with the SSL_CERT_DIR environment
12941294
# variable.
1295-
'OPENSSLDIR="/System/Library/OpenSSL/"',
12961295
],
12971296
'openssl_default_defines_linux_others': [
12981297
# Set to ubuntu default path for convenience. If necessary,
12991298
# override this at runtime with the SSL_CERT_DIR environment
13001299
# variable.
1301-
'OPENSSLDIR="/etc/ssl"',
13021300
]
13031301
}
13041302
}

deps/openssl/openssl_common.gypi

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
'WARNING_CFLAGS': ['-Wno-missing-field-initializers']
5050
},
5151
'defines': [
52-
'OPENSSLDIR="/System/Library/OpenSSL/"',
5352
'ENGINESDIR="/dev/null"',
5453
],
5554
}, 'OS=="solaris"', {

0 commit comments

Comments
 (0)