From e3c30e1986e215f178d32485a5401b2d0e9d05b9 Mon Sep 17 00:00:00 2001 From: Mattia Date: Thu, 14 May 2020 13:08:39 +0100 Subject: [PATCH] Fix path in script --- examples/python/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/build.sh b/examples/python/build.sh index 459916a..b789d71 100755 --- a/examples/python/build.sh +++ b/examples/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`python3-config --extension-suffix` \ No newline at end of file +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