mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-14 09:57:20 +01:00
9 lines
184 B
Bash
9 lines
184 B
Bash
|
|
||
|
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
|
||
|
|
||
|
|