Change make install
This commit is contained in:
parent
1b95e376a5
commit
c6f195360f
4
Makefile
4
Makefile
@ -123,7 +123,11 @@ else
|
|||||||
@cd ./_build; make install
|
@cd ./_build; make install
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
ifeq ($(HOST_OS),Linux)
|
||||||
@cd ./_build; sudo make install
|
@cd ./_build; sudo make install
|
||||||
|
else
|
||||||
|
@cd ./_build; make install
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user