mirror of https://github.com/CGAL/cgal
fixed linux detection
This commit is contained in:
parent
8706521413
commit
023f2cb0f5
|
|
@ -57,7 +57,7 @@ clean:
|
|||
|
||||
%.C %.h : %.y
|
||||
$(BISON) -d $< -o $*.C
|
||||
ifeq ($(OSTYPE), linux)
|
||||
ifeq (linux, $(findstring linux,$(OSTYPE)))
|
||||
mv $*.H $*.h
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue