Skip to content
Snippets Groups Projects
Commit 1a54e5cd authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Mitigate Python build directory naming conflict

On Mac and Windows, the default directory name conflicts with the BUILD
file we have.
parent 822602cf
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ libs
objs
# Python items
python_build/
.coverage*
.eggs
.tox
......
......@@ -3,6 +3,9 @@
[coverage:run]
plugins = Cython.Coverage
[build]
build_base=python_build
[build_ext]
inplace=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment