stop the atari toolchain from matching the cstrip binary for the strip one

This commit is contained in:
Vincent Sanders 2019-06-25 16:55:22 +01:00
parent dc9762fef3
commit 8b31e18ad6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# toolchain is located in /usr/bin and the wildcard matching
# fails then. So this wildcard matches only works for
# the netsurf environment!
STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*strip)
STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*-strip))
STACK := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*stack)
FT2CF := $(GCCSDK_INSTALL_ENV)/bin/freetype-config