mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-22 02:04:23 +08:00
update script
This commit is contained in:
parent
64e259b360
commit
62d7211be2
@ -590,9 +590,7 @@ llvm_build() {
|
||||
shift
|
||||
if [ ! -f .${name} ]; then
|
||||
echo "${CYAN}build ${name} begin${NC}" && cd ${srcdir} && mkdir -pv build && cd build
|
||||
if [ -f CMakeLists.txt ]; then
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr
|
||||
fi
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||
if [ -f ./configure ]; then
|
||||
./configure ${cfg_opt} "$@" ${xwin_opt}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user