diff options
Diffstat (limited to '.travis/targets/win64.sh')
-rw-r--r-- | .travis/targets/win64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/targets/win64.sh b/.travis/targets/win64.sh index c9fed2c..8f630c7 100644 --- a/.travis/targets/win64.sh +++ b/.travis/targets/win64.sh @@ -8,7 +8,7 @@ build() { --disable-git-receiver \ --disable-make \ --disable-runserver - make blogc.exe + make local pn="$(grep PACKAGE_TARNAME config.h | cut -d\" -f2)" local pv="$(grep PACKAGE_VERSION config.h | cut -d\" -f2)" |