mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
update patches for sdl2 2.0.20
This commit is contained in:
parent
a9598882d8
commit
6695b56129
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -1860,7 +1860,7 @@
|
@@ -1872,7 +1872,7 @@
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import <CoreHaptics/CoreHaptics.h>
|
#import <CoreHaptics/CoreHaptics.h>
|
||||||
int main() {}" HAVE_FRAMEWORK_COREHAPTICS)
|
int main() {}" HAVE_FRAMEWORK_COREHAPTICS)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -2451,7 +2451,7 @@
|
@@ -2528,7 +2528,7 @@
|
||||||
|
|
||||||
# Compat helpers for the configuration files
|
# Compat helpers for the configuration files
|
||||||
find_package(Git)
|
find_package(Git)
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
execute_process(COMMAND
|
execute_process(COMMAND
|
||||||
"${GIT_EXECUTABLE}" remote get-url origin
|
"${GIT_EXECUTABLE}" remote get-url origin
|
||||||
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
||||||
@@ -2472,7 +2472,7 @@
|
@@ -2549,7 +2549,7 @@
|
||||||
set(SDL_REVISION "")
|
set(SDL_REVISION "")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in a new issue