SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
lang/node/patches/patch-tools_test_py
Normal file
15
lang/node/patches/patch-tools_test_py
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: tools/test.py
|
||||
--- tools/test.py.orig
|
||||
+++ tools/test.py
|
||||
@@ -944,9 +944,9 @@ class Context(object):
|
||||
if self.vm is not None:
|
||||
return self.vm
|
||||
if arch == 'none':
|
||||
- name = 'out/Debug/node' if mode == 'debug' else 'out/Release/node'
|
||||
+ name = '${WRKDIST}/out/Debug/node' if mode == 'debug' else '${WRKDIST}/out/Release/node'
|
||||
else:
|
||||
- name = 'out/%s.%s/node' % (arch, mode)
|
||||
+ name = '${WRKDIST}/out/%s.%s/node' % (arch, mode)
|
||||
|
||||
# Currently GYP does not support output_dir for MSVS.
|
||||
# http://code.google.com/p/gyp/issues/detail?id=40
|
Loading…
Add table
Add a link
Reference in a new issue