mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Logging updates.
This commit is contained in:
parent
c33265ec49
commit
1255a49bc0
@ -3,7 +3,7 @@
|
||||
PLATFORM=$(uname)
|
||||
|
||||
if [[ "$PLATFORM" == 'Linux' ]]; then
|
||||
echo "[patch-static-vendor-libraries] patch Linux .so files..."
|
||||
echo "[patch-linux-rpath] patch Linux .so files..."
|
||||
|
||||
# update the RPATH so libraries in libs/ can discover each other,
|
||||
# and plugins can discover themselves, and libs/ (but not the
|
||||
|
@ -1,8 +1,10 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
PLATFORM=$(uname)
|
||||
|
||||
if [[ "$PLATFORM" == 'Darwin' ]]; then
|
||||
echo "[patch-macos-rpath] patch macOS binaries..."
|
||||
|
||||
install_name_tool -add_rpath "@executable_path/" bin/musikcube
|
||||
install_name_tool -add_rpath "@executable_path/lib" bin/musikcube
|
||||
install_name_tool -add_rpath "@executable_path/" bin/musikcubed
|
||||
|
Loading…
Reference in New Issue
Block a user