mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
5 lines
144 B
Bash
Executable File
5 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
install_name_tool -add_rpath "@executable_path/" bin/musikcube
|
|
install_name_tool -add_rpath "@executable_path/" bin/musikcubed
|
|
exit 0 |