Make.defs: Using wrong link script if native window tool used with Cygwin
This commit is contained in:
parent
de40e5551f
commit
d2800049a3
@ -64,8 +64,12 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
|||||||
DIRUNLINK = $(TOPDIR)\tools\unlink.bat
|
DIRUNLINK = $(TOPDIR)\tools\unlink.bat
|
||||||
else
|
else
|
||||||
MKKCONFIG = $(APPDIR)/tools/mkkconfig.sh
|
MKKCONFIG = $(APPDIR)/tools/mkkconfig.sh
|
||||||
DIRLINK = $(TOPDIR)/tools/link.sh
|
|
||||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
||||||
|
ifeq ($(WINTOOL),y)
|
||||||
|
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
||||||
|
else
|
||||||
|
DIRLINK = $(TOPDIR)/tools/link.sh
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WINTOOL),y)
|
ifeq ($(WINTOOL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user