mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 14:50:38 +01:00
defs.mk: Add include $(MODDIR)/make/platform.mk
This commit is contained in:
parent
a51ebac3dc
commit
eca885834f
1 changed files with 1 additions and 5 deletions
|
|
@ -5,11 +5,7 @@
|
||||||
ifndef YTOOLS_DEF_MK_INCLUDED
|
ifndef YTOOLS_DEF_MK_INCLUDED
|
||||||
YTOOLS_DEF_MK_INCLUDED = true
|
YTOOLS_DEF_MK_INCLUDED = true
|
||||||
|
|
||||||
ifndef ($(TARGET))
|
include $(MODDIR)/make/platform.mk
|
||||||
ifneq ($(findstring mingw,$(shell pwd)),)
|
|
||||||
TARGET = mingw
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# ----- pre-local.mk
|
# ----- pre-local.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue