bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install
This commit is contained in:
parent
f0ec1d5b60
commit
9119e15f64
|
@ -1,5 +1,5 @@
|
|||
ifndef BUILDDIR
|
||||
OBJDIR = ./build
|
||||
OBJDIR = build
|
||||
else
|
||||
OBJDIR = $(abspath $(BUILDDIR))/obj/bindings/python
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue