mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-13 18:11:02 +03:00
Implicitly concatenate strings
This commit is contained in:
parent
00b9303edc
commit
3725f440d6
|
@ -225,8 +225,8 @@ set DefaultPlatformToolset=v100
|
||||||
if bit == 64:
|
if bit == 64:
|
||||||
script += (
|
script += (
|
||||||
r"copy /Y /B "
|
r"copy /Y /B "
|
||||||
+ r'"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64\*.Lib" '
|
r'"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64\*.Lib" '
|
||||||
+ r"%%FREETYPE%%\builds\windows\vc2010"
|
r"%%FREETYPE%%\builds\windows\vc2010"
|
||||||
)
|
)
|
||||||
properties += r" /p:_IsNativeEnvironment=false"
|
properties += r" /p:_IsNativeEnvironment=false"
|
||||||
script += (
|
script += (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user