mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Windows: Workaround for custom build step error.
Apparently this is a known bug in some MSVC versions.
This commit is contained in:
parent
bf11829836
commit
8ccbfcd1f2
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@
|
|||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<Target Name="CreateTlogDir"
|
||||
BeforeTargets="CustomBuildStep">
|
||||
<MakeDir Directories="$(TLogLocation)" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<CustomBuildBeforeTargets>ResolveProjectReferences</CustomBuildBeforeTargets>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue