From 7c48cf9cc8f98d4ccd2daafec8ef60bbd6b30789 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 23 Apr 2022 12:26:02 +0200 Subject: [PATCH] Added helper script for launching the editor when built with llvm. --- leditor.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 leditor.sh diff --git a/leditor.sh b/leditor.sh new file mode 100755 index 00000000..4d49417f --- /dev/null +++ b/leditor.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cp -u ./pandemonium_engine/bin/pandemonium.x11.opt.tools.64.llvm ./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64.llvm + +export LD_LIBRARY_PATH=`pwd`/pandemonium_engine/bin/ +./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64.llvm