Browse Source

- fix PATH

master
vanhofen 4 years ago
committed by GitHub
parent
commit
837a9bf917
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Makefile

3
Makefile

@ -214,9 +214,6 @@ include make/ni.mk
# for your local extensions, e.g. special plugins or similar ... # for your local extensions, e.g. special plugins or similar ...
-include ./Makefile.local -include ./Makefile.local
# Quotes are needed for spaces and all in the original PATH content.
PATH := "$(HOST_DIR)/bin:$(HOST_DIR)/sbin:$(CROSS_DIR)/bin:$(PATH)"
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
.print-phony: .print-phony:

Loading…
Cancel
Save