mirror of
https://github.com/Relintai/osxcross.git
synced 2025-03-09 07:46:59 +01:00
Update cctools to 973.0.1 and ld64 to 609
This commit is contained in:
parent
fca436a756
commit
3351f5573c
@ -1,3 +1,9 @@
|
||||
/****************************** v1.4 *********************************/
|
||||
|
||||
Changed:
|
||||
* Updated cctools to 973.0.1 and ld64 to 609
|
||||
|
||||
|
||||
/****************************** v1.3 *********************************/
|
||||
|
||||
Added:
|
||||
|
6
build.sh
6
build.sh
@ -5,7 +5,7 @@
|
||||
# This script requires the OS X SDK and the Clang/LLVM compiler.
|
||||
#
|
||||
|
||||
VERSION=1.3
|
||||
VERSION=1.4
|
||||
|
||||
pushd "${0%/*}" &>/dev/null
|
||||
|
||||
@ -130,8 +130,8 @@ fi
|
||||
|
||||
## cctools and ld64 ##
|
||||
|
||||
CCTOOLS_VERSION=949.0.1
|
||||
LINKER_VERSION=530
|
||||
CCTOOLS_VERSION=973.0.1
|
||||
LINKER_VERSION=609
|
||||
|
||||
get_sources \
|
||||
https://github.com/tpoechtrager/cctools-port.git \
|
||||
|
Loading…
Reference in New Issue
Block a user