mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 15:17:26 -04:00
build: enable USE_SINGLE_BUILDDIR by default, OFF to disable
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ ifneq ($(dotgit), .git/config)
|
||||
endif
|
||||
|
||||
subbuilddir:=$(shell echo `uname | sed -e 's|[:/\\ \(\)]|_|g'`/`git branch | grep '\* ' | cut -f2- -d' '| sed -e 's|[:/\\ \(\)]|_|g'`)
|
||||
ifeq ($(USE_SINGLE_BUILDDIR),)
|
||||
ifeq ($(USE_SINGLE_BUILDDIR), OFF)
|
||||
builddir := build/"$(subbuilddir)"
|
||||
topdir := ../../../..
|
||||
deldirs := $(builddir)
|
||||
|
||||
Reference in New Issue
Block a user