mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Merge with 3.4.
The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building.
This commit is contained in:
commit
6bd687e0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<Target Name="BuildNasmFiles" BeforeTargets="PreBuildEvent" DependsOnTargets="PrepareForBuild;FindNasm" Inputs="@(NasmCompile)" Outputs="@(NasmCompile->'$(IntDir)%(Filename).obj')">
|
||||
<Exec Command='setlocal
|
||||
set PATH=%PATH%;$(nasmDir)
|
||||
set PATH=$(nasmDir);%PATH%
|
||||
$(nasm) -o "$(IntDir)%(NasmCompile.Filename).obj" "%(NasmCompile.FullPath)"' />
|
||||
<ItemGroup>
|
||||
<Link Include="$(IntDir)%(NasmCompile.Filename).obj" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue