Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4a6f83e

Browse files
targosrichardlau
authored andcommitted
deps: escape Python strings correctly
Fixes:#50671PR-URL:#50695Reviewed-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 parentf232064 commit4a6f83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎deps/openssl/openssl_common.gypi

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp