diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 053c4b7..e49bd80 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -438,6 +438,7 @@ endif else # in O.* ## RUN 4 # in O.* directory +$(foreach v, USR_CFLAGS USR_CXXFLAGS USR_CPPFLAGS, $(eval $v+=$${$v_${OS_CLASS}} $${$v_${T_A}})) CFLAGS += ${EXTRA_CFLAGS} TESTVERSION := $(shell echo "${LIBVERSION}" | grep -v -E "^[0-9]+\.[0-9]+\.[0-9]+\$$")