mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-14 09:57:20 +01:00
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
|
|
if [ -z "$1" ]; then
|
|
scons bh_slim -j4 pmlpp_shared=yes
|
|
else
|
|
scons bh_slim -j4 pmlpp_shared=yes bin/libpmlpp.x11.opt.debug.64.so
|
|
fi
|
|
|
|
|