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

Commite34b49b

Browse files
committed
working on macOS build
1 parent0dcddef commite34b49b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎ext_mod/lcd_bus/micropython.mk‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ 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-
LDFLAGS_USERMOD += -L$(BUILD)/SDL
29-
LDFLAGS_USERMOD += -lSDL2
28+
29+
ifeq ($(UNAME_S),Darwin)
30+
CFLAGS_USERMOD += -L$(BUILD)/SDL
31+
CFLAGS_USERMOD += -lSDL2
32+
else
33+
LDFLAGS_USERMOD += -L$(BUILD)/SDL
34+
LDFLAGS_USERMOD += -lSDL2
35+
endif
3036
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp