From c29c2dee5dc1b11a3b7386704010c14189c8e17f Mon Sep 17 00:00:00 2001 From: MattiaMontanari Date: Tue, 5 May 2020 11:11:16 +0100 Subject: [PATCH] Restore correct suffix and line ending --- python/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/build.sh b/python/build.sh index 2bae64f..459916a 100755 --- a/python/build.sh +++ b/python/build.sh @@ -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` \ No newline at end of file