bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install

This commit is contained in:
jmechnich 2016-03-25 22:31:13 +01:00
parent f0ec1d5b60
commit 9119e15f64
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ifndef BUILDDIR
OBJDIR = ./build
OBJDIR = build
else
OBJDIR = $(abspath $(BUILDDIR))/obj/bindings/python
endif