Skip to content

Commit

Permalink
[Fix] build: Makefile: Copy-paste-typo in r22773 broke ogg build.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22778 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 4, 2025
1 parent d615995 commit b7f86e6
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 @@ -1004,7 +1004,7 @@ $(call PRINT_INFO,[DEP] ogg: local)
CPPFLAGS_OGG := -DMPT_WITH_OGG
LDFLAGS_OGG :=
LDLIBS_OGG :=
CPPFLAGS_OGG += -Iinclude/ogg/include/ -Iinclude/ogg/ports/generic/
CPPFLAGS_OGG += -Iinclude/ogg/include/ -Iinclude/ogg/ports/makefile/
OGG_SOURCES :=
OGG_SOURCES += include/ogg/src/bitwise.c
OGG_SOURCES += include/ogg/src/framing.c
Expand Down

0 comments on commit b7f86e6

Please sign in to comment.