diff --git a/Makefile b/Makefile index b0613fc12..18ae91a1d 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ marc: processing: @if hash cython 2>/dev/null; then \ cd ./lib/damask; \ - python setup_corientation.py build_ext --inplace; \ + CC=gcc python setup_corientation.py build_ext --inplace; \ rm -rv build; \ rm *.c; \ fi