8000 Insert LV_CFLAGS at top of Makefile · lvgl/lv_micropython@0a1e877 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a1e877

Browse files
committed
Insert LV_CFLAGS at top of Makefile
1 parent de3d4f4 commit 0a1e877

File tree

Collapse file tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ports/javascript/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# customizations for lvgl
22
WASM_FILE_API = 1
33
FROZEN_DIR ?= modules
4+
5+
LV_CFLAGS:= -DLV_FONT_CUSTOM_DECLARE="LV_FONT_DECLARE(lv_font_heb_16)"
6+
< 8000 /td>
47
include ../../py/mkenv.mk
58

69
CROSS = 0
@@ -21,7 +24,6 @@ INC += -I$(BUILD)
2124
LDFLAGS ?= -m32 -Wl,--gc-sections
2225
CFLAGS ?= -m32
2326

24-
LV_CFLAGS:= -DLV_FONT_CUSTOM_DECLARE="LV_FONT_DECLARE(lv_font_heb_16)"
2527
#default debug options for browser debugger
2628
JSFLAGS ?= --source-map-base http://localhost:8000
2729

ports/javascript/lvgl_mp.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
0