Skip to content

Commit

Permalink
use git submodule for rapidjson
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Jan 13, 2017
1 parent 0175e29 commit 30ed9f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "pyrapidjson/rapidjson"]
path = pyrapidjson/rapidjson
url = https://github.com/miloyip/rapidjson.git
1 change: 1 addition & 0 deletions pyrapidjson/rapidjson
Submodule rapidjson added at 835f2f
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
ext_modules=[
Extension('rapidjson',
sources=['pyrapidjson/_pyrapidjson.cpp'],
include_dirs=['./pyrapidjson/include/'],
include_dirs=['./pyrapidjson/rapidjson/include/'],
#extra_compile_args=["-DDEBUG"],
)]
)

0 comments on commit 30ed9f2

Please sign in to comment.