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

Commit101fdaf

Browse files
committed
working on macos port
1 parent224ec0a commit101fdaf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎ext_mod/lcd_bus/micropython.mk‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ ifneq (,$(findstring unix, $(LV_PORT)))
2525
CFLAGS_USERMOD += -DMP_PORT_UNIX=1
2626
CFLAGS_USERMOD += -I$(BUILD)/SDL/include/SDL2
2727
CFLAGS_USERMOD += -I$(BUILD)/SDL/include-config-release/SDL2
28-
2928
LDFLAGS_USERMOD += -L$(BUILD)/SDL
30-
LDFLAGS_USERMOD += -lSDL2
3129

30+
ifeq ($(UNAME_S),Darwin)
31+
LDFLAGS_USERMOD += -lSDL2-2.0
32+
else
33+
LDFLAGS_USERMOD += -lSDL2
34+
endif
3235
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp