Kaydet (Commit) d36adbd5 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) I-Jui (Ray) Sung

add original PATH to PATH during unit tests

we need this for our opencl tests to be able to execute the opencl compiler during the test

Change-Id: I9f9e8f3ceb26ff62789d888e6eb9f4f94010bb1f
Signed-off-by: 's avatarI-Jui (Ray) Sung <ray@multicorewareinc.com>
üst b5c26838
......@@ -294,6 +294,6 @@ gb_LTOFLAGS := $(if $(filter TRUE,$(ENABLE_LTO)),-GL)
# Helper class
# need windows path with backslashes here
gb_Helper_set_ld_path := PATH="$(shell cygpath -w $(INSTDIR)/$(LIBO_URE_LIB_FOLDER));$(shell cygpath -w $(INSTDIR)/$(LIBO_BIN_FOLDER))"
gb_Helper_set_ld_path := PATH="$(PATH);$(shell cygpath -w $(INSTDIR)/$(LIBO_URE_LIB_FOLDER));$(shell cygpath -w $(INSTDIR)/$(LIBO_BIN_FOLDER))"
# vim: set noet sw=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment