From c411a5ab170232fe87c38a6cabccd00ba5dd15f5 Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Tue, 2 Oct 2018 07:29:49 -0500 Subject: [PATCH] Use CXXFLAGS from compiler activation scripts --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5b23cb7..4697470 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -81,7 +81,7 @@ outputs: - set INCLUDE=%INCLUDE%;%LIBRARY_INC% # [win] - set LIB=%LIB%;%LIBRARY_LIB% # [win] - nmake /f Makefile.windows # [win] - - make -C examples/test_all/fibonacci CXXFLAGS="$CPPFLAGS $LDFLAGS" TBBROOT=$PREFIX # [unix] + - make -C examples/test_all/fibonacci CXXFLAGS="$CPPFLAGS $CXXFLAGS $LDFLAGS" TBBROOT=$PREFIX # [unix] - name: tbb4py build: