| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7dd0ca4 commit ed8c89a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -133,7 +133,10 @@ def files(action): | |||
| 133 | 133 | if sys.platform != 'darwin': | |
| 134 | 134 | output_prefix += 'lib.target/' | |
| 135 | 135 | ||
| 136 | - action([output_prefix + output_file], 'bin/' + output_file) | ||
| 136 | + if 'false' == variables.get('node_shared'): | ||
| 137 | + action([output_prefix + output_file], 'bin/' + output_file) | ||
| 138 | + else: | ||
| 139 | + action([output_prefix + output_file], 'lib/' + output_file) | ||
| 137 | 140 | ||
| 138 | 141 | if 'true' == variables.get('node_use_dtrace'): | |
| 139 | 142 | action(['out/Release/node.d'], 'lib/dtrace/node.d') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments