mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-20 06:21:49 +00:00
bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install
This commit is contained in:
parent
79403de383
commit
52294728e5
@ -1,5 +1,5 @@
|
||||
ifndef BUILDDIR
|
||||
OBJDIR = ./build
|
||||
OBJDIR = build
|
||||
else
|
||||
OBJDIR = $(abspath $(BUILDDIR))/obj/bindings/python
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user