Skip to content

Commit

Permalink
ARMORY_CXXFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Feb 21, 2014
1 parent eda5cec commit bcdd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppForSwig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif

include ./pypaths.txt

CPPFLAGS += -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS
CPPFLAGS += $(ARMORY_CPPFLAGS) -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS
LDLIBS += -lpthread -Lleveldb -L$(PYTHON_LIB) -l$(PYVER)
SWIG_OPTS += -c++ -python -classic -threads

Expand Down

0 comments on commit bcdd89c

Please sign in to comment.