Restore correct suffix and line ending
parent
09bd3cf472
commit
c29c2dee5d
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
g++ -Wall -fPIC -fopenmp -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc
|
||||
#!/bin/bash
|
||||
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`
|
Loading…
Reference in New Issue