Skip to content

Commit

Permalink
ci: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 19, 2024
1 parent bc5b401 commit 5704c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ else ifeq ($(PLATFORM),oga)
# macOS Apple Silicon (SDL2, 64-bit, Apple Silicon)
else ifeq ($(PLATFORM),osx-m1)
LDFLAGS += -L/opt/homebrew/lib/ -framework IOKit -framework Foundation -liconv
CPPFLAGS += $(CPPPFLAGS64)
CPPFLAGS += $(CPPFLAGS64)
CPPFLAGS += -I/opt/homebrew/include
CXX=/usr/bin/c++
# DEBUG=1
Expand Down

0 comments on commit 5704c61

Please sign in to comment.