Skip to content

Commit

Permalink
Fix LD Lib Path
Browse files Browse the repository at this point in the history
It being wrong didnt cause any issues but better to fix it anyway
  • Loading branch information
Diyagi committed Oct 21, 2024
1 parent d90d5b5 commit e1a91f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Xvfb :99 -screen 0 1x1x24 -nolisten tcp &
xvfbpid=$!

# Start Core Keeper Server
DISPLAY=:99 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:../Steamworks SDK Redist/linux64/" ./CoreKeeperServer "${params[@]}" &
DISPLAY=:99 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${STEAMCMDDIR}/linux64/" ./CoreKeeperServer "${params[@]}" &
ckpid=$!

echo "Started server process with pid ${ckpid}"
Expand Down

0 comments on commit e1a91f4

Please sign in to comment.