COMP: Allwmake: make -q work

This commit is contained in:
mattijs
2018-11-01 14:12:52 +00:00
parent 097e54a74f
commit 30dcac006f
5 changed files with 10 additions and 13 deletions

View File

@ -8,7 +8,7 @@ unset COMP_FLAGS LINK_FLAGS
if have_cgal
then
wmake PolyhedronReader
wmake $targetType PolyhedronReader
export COMP_FLAGS='-IPolyhedronReader'
export LINK_FLAGS='${CGAL_LIBS} -lPolyhedronReader'
else