From 60fbea976aa8b21659eedc20a7ae326986066c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Camargo?= Date: Sun, 3 Nov 2024 00:31:14 -0700 Subject: [PATCH] Try to add C compyler --- recipes/reseek/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/reseek/build.sh b/recipes/reseek/build.sh index 4b1f947a5923f..d40704f7557ba 100644 --- a/recipes/reseek/build.sh +++ b/recipes/reseek/build.sh @@ -9,7 +9,7 @@ cp ${RECIPE_DIR}/vcxproj_make.py . chmod +x vcxproj_make.py if [ "$(uname)" == "Darwin" ]; then - ./vcxproj_make.py --openmp --cppcompiler ${CXX} + ./vcxproj_make.py --openmp --cppcompiler ${CXX} --ccompiler ${CC} else ./vcxproj_make.py --openmp --cppcompiler ${CXX} --ccompiler ${CC} fi