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
|
tools: install
|
||||||
@$(call echo,Make $@)
|
@$(call echo,Make $@)
|
||||||
|
ifeq ($(HOST_OS),Mac)
|
||||||
|
$(error "Can't make tools on $(HOST_OS)")
|
||||||
|
else
|
||||||
@$(call cmake_build,./tools/_build)
|
@$(call cmake_build,./tools/_build)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: tools
|
.PHONY: tools
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user