Added a build helper script.

This commit is contained in:
Relintai 2023-12-24 00:26:37 +01:00
parent 3971064816
commit 6cf0e9f58e

8
build_lib.sh Executable file
View File

@ -0,0 +1,8 @@
if [ -z "$1" ]; then
scons bel_strip_slim -j4 editor_docs=no pmlpp_shared=yes
else
scons bel_strip_slim -j4 editor_docs=no pmlpp_shared=yes bin/libpmlpp.x11.opt.tools.64.so
fi