iOS: disable CSM, other
This commit is contained in:
parent
48f77eb4a9
commit
0fefeff39e
|
@ -1832,6 +1832,7 @@
|
|||
"USE_SYSTEM_GMP=0",
|
||||
"USE_REDIS=0",
|
||||
"HAVE_TOUCHSCREENGUI=1",
|
||||
"DISABLE_CSM=1",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -1900,6 +1901,7 @@
|
|||
"USE_SYSTEM_GMP=0",
|
||||
"USE_REDIS=0",
|
||||
"HAVE_TOUCHSCREENGUI=1",
|
||||
"DISABLE_CSM=1",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
|
|
@ -89,6 +89,11 @@
|
|||
"idiom" : "ipad",
|
||||
"filename" : "AppIcon-167.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ios-marketing",
|
||||
"size" : "1024x1024",
|
||||
"scale" : "1x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
. sdk.sh
|
||||
CURL_VERSION=7.54.0
|
||||
CURL_VERSION=7.54.1
|
||||
|
||||
if [ ! -d libcurl-src ]; then
|
||||
wget https://curl.haxx.se/download/curl-$CURL_VERSION.tar.gz
|
||||
|
|
Loading…
Reference in New Issue