mirror of
https://github.com/dlang/tools.git
synced 2025-04-29 14:40:32 +03:00
Document osmodel.mak loading from ../dmd
This commit is contained in:
parent
332c989d0a
commit
c6ab2bb7aa
1 changed files with 2 additions and 0 deletions
|
@ -9,9 +9,11 @@ DUB=dub
|
|||
WITH_DOC = no
|
||||
DOC = ../dlang.org
|
||||
|
||||
# Load operating system $(OS) (e.g. linux, osx, ...) and $(MODEL) (e.g. 32, 64) detection Makefile from dmd
|
||||
$(shell [ ! -d $(DMD_DIR) ] && git clone --depth=1 https://github.com/dlang/dmd $(DMD_DIR))
|
||||
include $(DMD_DIR)/src/osmodel.mak
|
||||
|
||||
# Build folder for all binaries
|
||||
ROOT_OF_THEM_ALL = generated
|
||||
ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(MODEL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue