diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-09-27 11:19:24 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-10-20 18:22:47 +0200 |
commit | cc6be9c3577168805ec34b2d396e63361012282b (patch) | |
tree | 7dc794b08a1a6a786d540516c623cb1eebfb1863 /demos/java/gsviewer/start_darwin.sh | |
parent | Import Ghostscript 9.54 (diff) | |
download | ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.gz ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.bz2 ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.zip |
Import Ghostscript 9.55ghostscript-9.55
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'demos/java/gsviewer/start_darwin.sh')
-rw-r--r-- | demos/java/gsviewer/start_darwin.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/java/gsviewer/start_darwin.sh b/demos/java/gsviewer/start_darwin.sh new file mode 100644 index 00000000..9e4004bd --- /dev/null +++ b/demos/java/gsviewer/start_darwin.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +export LD_PRELOAD=./libgpdl.dylib + +java -jar gsviewer.jar
\ No newline at end of file |