forked from mia/Aegisub
Sigh, s/Framwork/Framework/
Originally committed to SVN as r2587.
This commit is contained in:
parent
1fd3ffc313
commit
610a6c11cf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ noinst_LIBRARIES=
|
||||||
if BUILD_DARWIN
|
if BUILD_DARWIN
|
||||||
libosxutil_subdir = libosxutil
|
libosxutil_subdir = libosxutil
|
||||||
libosxutil_lib = libosxutil/libosxutil.a
|
libosxutil_lib = libosxutil/libosxutil.a
|
||||||
libosxutil_ldflags = -framwork CoreFoundation
|
libosxutil_ldflags = -framework CoreFoundation
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = bitmaps posix $(libosxutil_subdir)
|
SUBDIRS = bitmaps posix $(libosxutil_subdir)
|
||||||
|
|
Loading…
Reference in a new issue