Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 3, 2024
1 parent 2c38dce commit c6e5c82
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion host/bin/cmake-bin-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ SCRIPT_PATH="${BASH_SOURCE[0]}"
SCRIPT_NAME="$(basename "${SCRIPT_PATH}")"
SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

PS5_PAYLOAD_SDK="${SCRIPT_DIR}/.."
TOOLCHAIN="${SCRIPT_NAME::-6}"

exec cmake \
Expand Down
2 changes: 1 addition & 1 deletion host/bin/prospero-clang
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SCRIPT_PATH="${BASH_SOURCE[0]}"
SCRIPT_NAME="$(basename "${SCRIPT_PATH}")"
SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

PS5_PAYLOAD_SDK="${SCRIPT_DIR}/.."
PS5_PAYLOAD_SDK="$(realpath "${SCRIPT_DIR}/..")"

LIBS="-lSceLibcInternal -lScePosixForWebKit -lc_locale"
for ARG in "$@"; do
Expand Down
2 changes: 1 addition & 1 deletion host/bin/prospero-clang++
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SCRIPT_PATH="${BASH_SOURCE[0]}"
SCRIPT_NAME="$(basename "${SCRIPT_PATH}")"
SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

PS5_PAYLOAD_SDK="${SCRIPT_DIR}/.."
PS5_PAYLOAD_SDK="$(realpath "${SCRIPT_DIR}/..")"

LIBS_C="-lSceLibcInternal -lScePosixForWebKit -lc_locale"
LIBS_CXX="-lc++ -lc++abi -lunwind"
Expand Down
2 changes: 1 addition & 1 deletion host/bin/prospero-lld
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SCRIPT_PATH="${BASH_SOURCE[0]}"
SCRIPT_NAME="$(basename "${SCRIPT_PATH}")"
SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

PS5_PAYLOAD_SDK="${SCRIPT_DIR}/.."
PS5_PAYLOAD_SDK="$(realpath "${SCRIPT_DIR}/..")"

LLVM_CONFIG="${SCRIPT_DIR}/llvm-config"
LLVM_BINDIR=$("${LLVM_CONFIG}" --bindir)
Expand Down
2 changes: 1 addition & 1 deletion host/bin/prospero-pkg-config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SCRIPT_PATH="${BASH_SOURCE[0]}"
SCRIPT_NAME="$(basename "${SCRIPT_PATH}")"
SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

PS5_PAYLOAD_SDK="${SCRIPT_DIR}/.."
PS5_PAYLOAD_SDK="$(realpath "${SCRIPT_DIR}/..")"

export PKG_CONFIG_DIR=
export PKG_CONFIG_SYSROOT_DIR=${PS5_PAYLOAD_SDK}/target
Expand Down

0 comments on commit c6e5c82

Please sign in to comment.