Added helper script for launching the editor when built with llvm.

This commit is contained in:
Relintai 2022-04-23 12:26:02 +02:00
parent 074f71932e
commit 7c48cf9cc8
1 changed files with 6 additions and 0 deletions

6
leditor.sh Executable file
View File

@ -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