Skip to content

Commit

Permalink
don't link to libScePosixForWebKit automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 12, 2024
1 parent 089231f commit 4ff541c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host/bin/prospero-clang
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

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

LIBS="-lSceLibcInternal -lScePosixForWebKit -lc"
LIBS="-lSceLibcInternal -lc"
for ARG in "$@"; do
if [[ "$ARG" == "-c" || "$ARG" == "-nostdlibc" ]]; then
LIBS=""
Expand Down
2 changes: 1 addition & 1 deletion host/bin/prospero-clang++
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

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

LIBS_C="-lSceLibcInternal -lScePosixForWebKit -lc"
LIBS_C="-lSceLibcInternal -lc"
LIBS_CXX="-lc++ -lc++abi -lunwind"
for ARG in "$@"; do
if [[ "$ARG" == "-c" || "$ARG" == "-nostdlib" ]]; then
Expand Down

0 comments on commit 4ff541c

Please sign in to comment.