| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b166837 commit 78dc928
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -124,7 +124,10 @@ def files(action): | |||
| 124 | 124 | if sys.platform != 'darwin': | |
| 125 | 125 | output_prefix += 'lib.target/' | |
| 126 | 126 | ||
| 127 | - action([output_prefix + output_file], 'bin/' + output_file) | ||
| 127 | + if 'false' == variables.get('node_shared'): | ||
| 128 | + action([output_prefix + output_file], 'bin/' + output_file) | ||
| 129 | + else: | ||
| 130 | + action([output_prefix + output_file], 'lib/' + output_file) | ||
| 128 | 131 | ||
| 129 | 132 | if 'true' == variables.get('node_use_dtrace'): | |
| 130 | 133 | action(['out/Release/node.d'], 'lib/dtrace/node.d') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments