Skip to content

Commit

Permalink
deps: escape Python strings correctly
Browse files Browse the repository at this point in the history
Fixes: #50671
  • Loading branch information
targos committed Nov 13, 2023
1 parent 5e250bd commit 03b33ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/openssl/openssl_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}, 'OS=="win"', {
'defines': [
## default of Win. See INSTALL in openssl repo.
'OPENSSLDIR="C:\\\Program\ Files\\\Common\ Files\\\SSL"',
'OPENSSLDIR="C:\\\\Program\\ Files\\\\Common\\ Files\\\\SSL"',
'ENGINESDIR="NUL"',
'OPENSSL_SYS_WIN32', 'WIN32_LEAN_AND_MEAN', 'L_ENDIAN',
'_CRT_SECURE_NO_DEPRECATE', 'UNICODE', '_UNICODE',
Expand Down Expand Up @@ -73,4 +73,4 @@
],
}],
]
}
}

0 comments on commit 03b33ce

Please sign in to comment.