Remove ObjFW from Linux scripts

This commit is contained in:
Struma 2020-12-26 22:39:48 -05:00 committed by Roza
parent c5f8ebef2e
commit d476aa98f3
3 changed files with 0 additions and 16 deletions

View file

@ -22,8 +22,6 @@ get_dep SDL_sound
get_dep fluidsynth
get_dep ruby
get_dep sndio
get_dep objfw.so
get_dep objfwrt.so
# Required by Fedora & Manjaro
get_dep libXss

View file

@ -22,8 +22,6 @@ get_dep SDL_sound
get_dep fluidsynth
get_dep ruby
get_dep sndio
get_dep objfw.so
get_dep objfwrt.so
# Required by Fedora & Manjaro
get_dep libXss

View file

@ -1,12 +0,0 @@
SDK := iphoneos
ARCH := armv7
HOST := $(ARCH)-ios-darwin
MINIMUM_REQUIRED := 10.0
SDL_FLAGS := ${SDL_FLAGS}
SDL2_IMAGE_FLAGS := ${SDL2_IMAGE_FLAGS}
SDL2_TTF_FLAGS := ${SDL2_TTF_FLAGS}
OPENAL_FLAGS := ${OPENAL_FLAGS}
RUBY_FLAGS := ${RUBY_FLAGS}
include dependencies.make