mirror of https://github.com/odrling/Aegisub
force git directory in version.sh
This commit is contained in:
parent
2c082c2f0d
commit
5f14861a43
|
@ -1,5 +1,6 @@
|
|||
builddir="$1"
|
||||
srcdir="$2"
|
||||
export GIT_DIR="${srcdir}/.git"
|
||||
|
||||
# If no git repo try to read from the existing git_version.h, for building from tarballs
|
||||
version_h_path="${builddir}/git_version.h"
|
||||
|
|
Loading…
Reference in New Issue