mirror of https://github.com/CGAL/cgal
Replace src_CGAL/ by Number_types/
This commit is contained in:
parent
3ef714537a
commit
87329289d7
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
print_platforms()
|
||||
{
|
||||
cd src_CGAL
|
||||
cd Number_types # Pick a stable directory at random
|
||||
for FILE in `ls CompilerOutput_*` ; do
|
||||
PLATFORM=`echo $FILE | sed 's/CompilerOutput_//'| sed 's/\.gz//'`
|
||||
printf "$PLATFORM "
|
||||
|
|
|
|||
Loading…
Reference in New Issue