Restore correct suffix and line ending

fixes-turtlebasket
MattiaMontanari 2020-05-05 11:11:16 +01:00
parent 09bd3cf472
commit c29c2dee5d
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
g++ -Wall -fPIC -fopenmp -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc g++ -Wall -fPIC -fopenmp -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc`python3-config --extension-suffix`