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
|
@ -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…
Reference in New Issue