mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Remove ObjFW from Linux scripts
This commit is contained in:
parent
c5f8ebef2e
commit
d476aa98f3
3 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue