Skip to content

Commit 8737a6f

Browse files
authored
Merge pull request #181 from joedwards32/176-unable-to-load-libv8so-after-update-of-september-17th
fix: remove libserver_valve symlink as this breaks metamod
2 parents 57f8452 + 753f6dc commit 8737a6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bookworm/etc/entry.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ ln -sfT ${STEAMCMDDIR}/linux64/steamclient.so ~/.steam/sdk64/steamclient.so
5858
# FIX: extend linked library search path to include additional libs provided by valve
5959
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${STEAMAPPDIR}/bin/linuxsteamrt64"
6060

61-
# FIX: map libserver.so to libserver_valve.so
62-
ln -s ${STEAMAPPDIR}/game/csgo/bin/linuxsteamrt64/libserver.so ${STEAMAPPDIR}/game/bin/linuxsteamrt64/libserver_valve.so
63-
6461
# Install server.cfg
6562
mkdir -p $STEAMAPPDIR/game/csgo/cfg
6663
cp /etc/server.cfg "${STEAMAPPDIR}"/game/csgo/cfg/server.cfg

0 commit comments

Comments
 (0)