We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dc5c6 commit 14f2511Copy full SHA for 14f2511
ext_mod/lcd_bus/micropython.mk
@@ -32,6 +32,7 @@ ifneq (,$(findstring unix, $(LV_PORT)))
32
else
33
ifneq (,$(findstring macOS, $(LV_PORT)))
34
CFLAGS_USERMOD += -DMP_PORT_UNIX=1
35
- LDFLAGS_USERMOD += -lSDL2-2.0
+ LDFLAGS_USERMOD :=$(shell sdl2-config --libs)
36
+ CFLAGS_USERMOD :=$(shell sdl2-config --cflags)
37
endif
38
0 commit comments