Skip to content
Snippets Groups Projects
Commit b89a1798 authored by Ralph Giles's avatar Ralph Giles
Browse files

Add win32utf8 code to the unix makefile for mingw builds.

parent 28347e24
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,11 @@ OPUSFILE_EXAMPLE_CSOURCES = opusfile_example.c
SEEKING_EXAMPLE_CSOURCES = seeking_example.c
ifneq ($(findstring mingw,${CC}),)
OPUSFILE_EXAMPLE_CSOURCES += win32utf8.c
SEEKING_EXAMPLE_CSOURCES += win32utf8.c
endif
FOO_CSOURCES = tests/foo.c
# Create object file list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment