mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +01:00
platform.mk: Fix ifndef TARGET condition
This commit is contained in:
parent
b01bb78f42
commit
5dea335512
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
ifndef ($(TARGET))
|
ifndef TARGET
|
||||||
ifneq ($(findstring mingw,$(shell pwd)),)
|
ifneq ($(findstring mingw,$(shell pwd)),)
|
||||||
TARGET = mingw
|
TARGET = mingw
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue