mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-14 09:57:20 +01:00
Added a build helper script.
This commit is contained in:
parent
3971064816
commit
6cf0e9f58e
8
build_lib.sh
Executable file
8
build_lib.sh
Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user