mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-19 01:02:32 +03:00
stop the atari toolchain from matching the cstrip binary for the strip one
This commit is contained in:
parent
dc9762fef3
commit
8b31e18ad6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user