Last active
October 26, 2016 18:39
-
-
Save fschrofner/6044939a4832c29fda261b6c6d369947 to your computer and use it in GitHub Desktop.
start script for gog games on arch linux. overrides the libs provided by gog and uses system libraries instead. just rename start.sh to start_2.sh and place this file in the same folder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' ./start_2.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment