mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
Reverting to SWIG 2 as SWIG 3 seems to cause random segfaults
This commit is contained in:
parent
b99c121766
commit
5fa183d5ef
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ nfc_smartcard_wrap.o: nfc_smartcard_wrap.cxx
|
|||
g++ -c $(CXXFLAGS) $<
|
||||
|
||||
nfc_smartcard_wrap.cxx: nfc_smartcard.i nfc_smartcard.h
|
||||
swig3.0 -python -c++ $<
|
||||
swig -python -c++ $<
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) $(PY_MODULE) $(SWIG_GENERATED) *.pyc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue