Skip to content

Commit

Permalink
Add custom build_dir opt for pyximport.install
Browse files Browse the repository at this point in the history
  • Loading branch information
dchentech committed Jun 5, 2015
1 parent 5a46589 commit 9792b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyirt/utl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from . import loader

import pyximport
pyximport.install(build_in_temp=True)
pyximport.install(build_dir="/tmp/pyximport/", build_in_temp=True)
from . import clib

0 comments on commit 9792b1a

Please sign in to comment.