Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 24, 2024
1 parent cb7b552 commit 4ad7922
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 @@ -416,7 +416,7 @@ LIBS += -lfreetype

# Boost static linking
ifeq ($(FE_WINDOWS_COMPILE),1)
LIBS += -lboost_system-mt -lboost_filesystem-mt
LIBS += -lwinmm
else ifeq ($(FE_MACOSX_COMPILE),1)
LIBS +=-L$(shell brew --prefix)/lib
LIBS += -lboost_system -lboost_filesystem
Expand Down

0 comments on commit 4ad7922

Please sign in to comment.