Update cctools to 949.0.1 and ld64 to 512.4

This commit is contained in:
Thomas Pöchtrager 2020-03-20 16:29:20 +01:00
parent 6edf1ca936
commit 21241087bd
2 changed files with 3 additions and 3 deletions

View File

@ -104,8 +104,8 @@ fi
## cctools and ld64 ##
CCTOOLS_VERSION=927.0.2
LINKER_VERSION=450.3
CCTOOLS_VERSION=949.0.1
LINKER_VERSION=512.4
get_sources \
https://github.com/tpoechtrager/cctools-port.git \

View File

@ -28,7 +28,7 @@ namespace program {
namespace {
int version(Target*, char**) {
std::cout << "Xcode 10.2.1" << std::endl;
std::cout << "Xcode 11.0" << std::endl;
std::cout << "Build version 0CFFFF" << std::endl;
return 0;
}