Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc08083a

Browse files
committed
Fixes macOS compile error
1 parentdec93ee commitc08083a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎ext_mod/lcd_bus/micropython.mk‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ else
3232
ifneq (,$(findstring macOS, $(LV_PORT)))
3333
# -F/Library/Frameworks -framework SDL2
3434
CFLAGS_USERMOD += -DMP_PORT_UNIX=1
35+
CFLAGS_USERMOD += -Wno-incompatible-pointer-types-discards-qualifiers
3536
CFLAGS_USERMOD += -I/Library/Frameworks/SDL2.framework/Headers/SDL2
3637
CFLAGS_USERMOD +=$(shell sdl2-config --cflags)
3738
LDFLAGS_USERMOD += $(shell sdl2-config --libs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp