mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633)
This commit is contained in:
parent
b567fd0ac8
commit
6db9a37172
@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
|
||||
if not "%SHA%"=="" set SHA=-%SHA%
|
||||
if "%SITE%"=="" set SITE=qgis.org
|
||||
|
||||
set BUILDDIR=%CD%\build-nightly-%ARCH%
|
||||
set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
|
||||
|
||||
if "%OSGEO4W_ROOT%"=="" (
|
||||
if "%ARCH%"=="x86" (
|
||||
|
@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
|
||||
if not "%SHA%"=="" set SHA=-%SHA%
|
||||
if "%SITE%"=="" set SITE=qgis.org
|
||||
|
||||
set BUILDDIR=%CD%\build-%ARCH%
|
||||
set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
|
||||
|
||||
if "%OSGEO4W_ROOT%"=="" (
|
||||
if "%ARCH%"=="x86" (
|
||||
|
Loading…
x
Reference in New Issue
Block a user