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 79403de383
commit 52294728e5

View File

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