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