summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-29 22:15:56 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-29 22:15:56 +0200
commit66f66acc99d6de49a038735a2d3236c7a8ceedd3 (patch)
tree40789f6de049880a6113e4b5dc990304e24674a2 /run
parentf3e5bba0d86dcc43bdeb0d132c7cdf85b55941a9 (diff)
Remove some Linux hacks that I can't see the point of any more.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic1
1 files changed, 0 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic
index 43703fe68..8ce6d060a 100755
--- a/run/dcpomatic
+++ b/run/dcpomatic
@@ -5,7 +5,6 @@ build=$DIR/../build
export LD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib
export DCPOMATIC_GRAPHICS=$DIR/../graphics
-export DCPOMATIC_SHARE_PREFIX=.
binary=$build/src/tools/dcpomatic2
if [ "$1" == "--debug" ]; then
shift