Remove unused OSX support in autotools

Probably best illustrated by the fact it's still called OSX, rather than
macOS.
This commit is contained in:
Bart van Strien
2023-12-31 12:29:16 +01:00
parent ae0f2916ed
commit e4e16e8a88
2 changed files with 0 additions and 16 deletions
-7
View File
@@ -120,15 +120,8 @@ bin_PROGRAMS = love${love_suffix}
#love_LDFLAGS =
love${love_amsuffix}_LDADD = liblove${love_suffix}.la \$(lua_LIBS)
love${love_amsuffix}_SOURCES = love.cpp
if LOVE_TARGET_OSX
love${love_amsuffix}_LIBTOOLFLAGS = --tag=OBJCXX
love${love_amsuffix}_SOURCES += \\
./common/macosx.mm
else
love${love_amsuffix}_LIBTOOLFLAGS = --tag=CXX
endif
endif
# Compile scripts
.lua.lua.h: