Skip to content

Commit

Permalink
Actually fix match
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartPiece44 committed Sep 20, 2023
1 parent 8741595 commit 177d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugProjectEbisawaU/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EBISAWA_FILES:=\

$(EBISAWA_FILES): CFLAGS += -sym on

$(BUILD_DIR)/src/plugProjectEbisawaU/ebiCardMgr.o: CFLAGS
$(BUILD_DIR)/src/plugProjectEbisawaU/ebiCardMgr.o: CFLAGS += -sym off

DEPENDS += $(EBISAWA_FILES:.o=.d)

Expand Down

0 comments on commit 177d2e5

Please sign in to comment.