Correct the nighlty build directory.
This commit is contained in:
parent
a680ec0575
commit
b9a7992339
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue