Skip to content

Commit

Permalink
Try to add C compyler
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo authored Nov 3, 2024
1 parent ab0f159 commit 60fbea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/reseek/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60fbea9

Please sign in to comment.