mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
6 lines
192 B
Bash
Executable file
6 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 $@
|