fix(mac): remove tools complie on mac
This commit is contained in:
parent
60a905d468
commit
2c5fd62a06
6
Makefile
6
Makefile
@ -191,7 +191,13 @@ samples: install
|
||||
|
||||
tools: install
|
||||
@$(call echo,Make $@)
|
||||
ifeq ($(HOST_OS),Mac)
|
||||
$(error "Can't make tools on $(HOST_OS)")
|
||||
else
|
||||
@$(call cmake_build,./tools/_build)
|
||||
endif
|
||||
|
||||
|
||||
|
||||
.PHONY: tools
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user