mirror of
https://github.com/yawut/SDL.git
synced 2026-07-31 07:27:07 -05:00
Include MacOS X in the distribution
This commit is contained in:
parent
0a46f96746
commit
72ee681d20
|
|
@ -4,8 +4,8 @@
|
|||
# This is necessary because some platforms have special program
|
||||
# entry points, which require special application initialization.
|
||||
|
||||
ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux $(srcdir)/macos \
|
||||
$(srcdir)/win32
|
||||
ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux \
|
||||
$(srcdir)/macos $(srcdir)/macosx $(srcdir)/win32
|
||||
|
||||
# Build a separate library containing the main() entry point.
|
||||
lib_LIBRARIES = libSDLmain.a
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user