mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-12 09:55:03 +01:00
9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
|
|
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
|
|
|
|
|