Skip to content

Commit 36ecf8c

Browse files
authored
deps: escape Python strings correctly
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent eb46e09 commit 36ecf8c

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)