Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed May 13, 2019
1 parent 0d8b8d5 commit 849538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def build_extensions(self):
# first initialize submodules
if os.path.exists('.git'):
import subprocess
modules = ['pybind11']
modules = [os.path.join('ext', 'pybind11')]
cmd = "git submodule update --init {mod}"

for m in modules:
Expand Down

0 comments on commit 849538c

Please sign in to comment.