Correct the nighlty build directory.

This commit is contained in:
Jean-Paul Chaput 2023-10-17 00:50:49 +02:00 committed by Rob Taylor
parent a680ec0575
commit b9a7992339
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@
ifneq ($(shell which nproc 2> /dev/null),)
SMP_FLAGS = -j$(shell nproc)
endif
SRC_DIR = ${HOME}/coriolis-2.x$(NIGHTLY_DIR)/src
SRC_DIR = ${HOME}$(NIGHTLY_DIR)/coriolis-2.x/src
CORIOLIS_SRC = ${SRC_DIR}/coriolis
ALLIANCE_SRC = ${SRC_DIR}/alliance/alliance/src
BUILDTYPE = release
BUILDDIR = ${HOME}/coriolis-2.x$(NIGHTLY_DIR)/$(BUILDTYPE)/build
PREFIX = ${HOME}/coriolis-2.x$(NIGHTLY_DIR)/$(BUILDTYPE)/install
BUILDDIR = ${HOME}$(NIGHTLY_DIR)/coriolis-2.x/$(BUILDTYPE)/build
PREFIX = ${HOME}$(NIGHTLY_DIR)/coriolis-2.x/$(BUILDTYPE)/install
help: