Skip to content

Commit

Permalink
Update template.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 1, 2016
1 parent 802d5b5 commit 4d6c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"asg = autowig.parser(asg,\n",
" [sys.prefix + '/include/pystl/vector.h'],\n",
" flags = ['-x', 'c++', '-std=c++11',\n",
" '-I' + str((prefix/'include').abspath())],\n",
" '-I' + sys.prefix + '/include'],\n",
" bootstrap = 1,\n",
" silent = True)"
]
Expand Down

0 comments on commit 4d6c7fd

Please sign in to comment.