mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Update cctools to 949.0.1 and ld64 to 512.4
This commit is contained in:
parent
6edf1ca936
commit
21241087bd
4
build.sh
4
build.sh
@ -104,8 +104,8 @@ fi
|
|||||||
|
|
||||||
## cctools and ld64 ##
|
## cctools and ld64 ##
|
||||||
|
|
||||||
CCTOOLS_VERSION=927.0.2
|
CCTOOLS_VERSION=949.0.1
|
||||||
LINKER_VERSION=450.3
|
LINKER_VERSION=512.4
|
||||||
|
|
||||||
get_sources \
|
get_sources \
|
||||||
https://github.com/tpoechtrager/cctools-port.git \
|
https://github.com/tpoechtrager/cctools-port.git \
|
||||||
|
@ -28,7 +28,7 @@ namespace program {
|
|||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
int version(Target*, char**) {
|
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;
|
std::cout << "Build version 0CFFFF" << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user