Fix to test for HOST_OS not TARGETOS

master
Raphael Cohn 2015-04-07 16:06:43 +01:00
parent 50fc86a447
commit aa6946b92c
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ ifdef CONFIG_CROSS
mkdir -p "$(tccdir)/win32/lib/64"
mkdir -p "$(tccdir)/i386"
mkdir -p "$(tccdir)/x86-64"
ifneq ($(TARGETOS),Darwin)
ifneq ($(HOST_OS),Darwin)
mkdir -p "$(tccdir)/arm64"
$(INSTALL) -m644 lib/arm64/libtcc1.a "$(tccdir)/arm64"
endif