mirror of https://github.com/odrling/Aegisub
Make Mac builds also use the include-file approach to version information.
Originally committed to SVN as r1588.
This commit is contained in:
parent
3f5b58762a
commit
4a4605f769
|
@ -37,7 +37,7 @@
|
|||
#include <wx/datetime.h>
|
||||
#include "version.h"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#if __WINDOWS__ || __APPLE__
|
||||
// This include is generated by build/make-svn-rev-header.py
|
||||
// That script should be run before every build is initiated
|
||||
#include "build/svn-revision.h"
|
||||
|
|
Loading…
Reference in New Issue