mirror of https://github.com/odrling/Aegisub
Rename setup.h to setup-build.h
build is in the include path for git_version.h, so build/wx/setup.h would get included rather than $PREFIX/include/wx/setup.h.
This commit is contained in:
parent
799ca651d0
commit
ffa69421cd
|
@ -64,8 +64,8 @@
|
|||
Outputs="@(WxLibrary)"
|
||||
>
|
||||
<Copy
|
||||
SourceFiles="setup.h"
|
||||
DestinationFolder="$(WxSrcDir)\include\wx\msw"
|
||||
SourceFiles="setup-build.h"
|
||||
DestinationFiles="$(WxSrcDir)\include\wx\msw\setup.h"
|
||||
SkipUnchangedFiles="true"
|
||||
/>
|
||||
<Exec
|
||||
|
|
Loading…
Reference in New Issue