Skip to content

Commit 4a6f83e

Browse files
targosrichardlau
authored andcommitted
deps: escape Python strings correctly
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Jithil P Ponnan <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent f232064 commit 4a6f83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/openssl/openssl_common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}, 'OS=="win"', {
2727
'defines': [
2828
## default of Win. See INSTALL in openssl repo.
29-
'OPENSSLDIR="C:\\\Program\ Files\\\Common\ Files\\\SSL"',
29+
'OPENSSLDIR="C:\\\\Program\\ Files\\\\Common\\ Files\\\\SSL"',
3030
'ENGINESDIR="NUL"',
3131
'OPENSSL_SYS_WIN32', 'WIN32_LEAN_AND_MEAN', 'L_ENDIAN',
3232
'_CRT_SECURE_NO_DEPRECATE', 'UNICODE', '_UNICODE',

0 commit comments

Comments
 (0)