Closed CodingCellist closed 2 years ago
Currently, the PREFIX in the makefile overwrites exported environment variables. By using ?= instead of =, this behaviour is avoided and exported PREFIXes work as expected.
PREFIX
?=
=
Currently, the
PREFIX
in the makefile overwrites exported environment variables. By using?=
instead of=
, this behaviour is avoided and exportedPREFIX
es work as expected.