Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
append proper gyp path
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jan 30, 2014
1 parent fa21b51 commit a37f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/run_gyp
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys
import os.path
sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'pylib'))
sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'gyp', 'pylib'))
import gyp

if __name__ == '__main__':
Expand Down

0 comments on commit a37f65a

Please sign in to comment.