mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 09:12:56 +00:00
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
|
|
|
|
tools_path=`cd $(dirname "$0");pwd`
|
|
$tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
|