s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/

This commit is contained in:
Tony Kelman
2014-09-23 11:08:52 -07:00
parent 6b67865984
commit d61d551d5a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ MAKE=make
# settings
cflags = -O2 -std=c99 -pedantic -Wall -fpic -DLIBRARY_EXPORTS $(CFLAGS)
cflags = -O2 -std=c99 -pedantic -Wall -fpic -DMOJIBAKE_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
AR = ar