| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4552231 commit 03dcbe3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -177,6 +177,11 @@ def files(action): | |||
| 177 | 177 | else: | |
| 178 | 178 | output_lib = 'libnode.' + variables.get('shlib_suffix') | |
| 179 | 179 | action([output_prefix + output_lib], variables.get('libdir') + '/' + output_lib) | |
| 180 | + if 'true' == variables.get('node_use_dtrace'): | ||
| 181 | + action(['out/Release/node.d'], 'lib/dtrace/node.d') | ||
| 182 | + | ||
| 183 | + # behave similarly for systemtap | ||
| 184 | + action(['src/node.stp'], 'share/systemtap/tapset/') | ||
| 180 | 185 | ||
| 181 | 186 | action(['deps/v8/tools/gdbinit'], 'share/doc/node/') | |
| 182 | 187 | action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments