*BSD: fix broken Makefile on all BSD systems.
This commit is contained in:
parent
c9bdfcedb4
commit
64d5db7635
1 changed files with 4 additions and 3 deletions
7
Makefile
7
Makefile
|
@ -62,9 +62,10 @@ else
|
|||
endif
|
||||
export MACOSX_DEPLOYMENT_TARGET := 10.6
|
||||
endif
|
||||
ifdef CONFIG_BSD
|
||||
NATIVE_TARGET = $(ARCH)-$(TARGETOS)
|
||||
endif
|
||||
# Unclear why the following ifdef was defined. Build fails on all *BSD
|
||||
# ifdef CONFIG_BSD
|
||||
# NATIVE_TARGET = $(ARCH)-$(TARGETOS)
|
||||
# endif
|
||||
endif
|
||||
|
||||
# run local version of tcc with local libraries and includes
|
||||
|
|
Loading…
Reference in a new issue