Skip to content

Commit 462ebbb

Browse files
fix unix builds
1 parent 3986dfe commit 462ebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$buildtype" == "devbuild" ]; then
2020
manifest=""
2121
fi
2222

23-
if [ "$buildtype" != "unix" -o "$buildtype" != "macOS" ]; then
23+
if [ "$buildtype" != "unix" -a "$buildtype" != "macOS" ]; then
2424
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="/home/user/sources/micropython-camera-API/src/micropython.cmake" "$manifest"
2525
else
2626
# build for desktop

0 commit comments

Comments
 (0)