wasm-micro-runtime/samples/littlevgl/wasm-apps/build_wasm_app.sh

10 lines
252 B
Bash
Raw Normal View History

# Copyright (C) 2019 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#!/bin/sh
if [ ! -d "lvgl" ]; then
git clone https://github.com/littlevgl/lvgl.git --branch v5.3
fi
make -f Makefile_wasm_app