mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 14:38:08 +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 |