Browse code

Dockerfile: update osx cross toolchain

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2016/07/08 01:40:40
Showing 1 changed files
... ...
@@ -92,7 +92,7 @@ RUN cd /usr/local/lvm2 \
92 92
 
93 93
 # Configure the container for OSX cross compilation
94 94
 ENV OSX_SDK MacOSX10.11.sdk
95
-ENV OSX_CROSS_COMMIT 8aa9b71a394905e6c5f4b59e2b97b87a004658a4
95
+ENV OSX_CROSS_COMMIT a9317c18a3a457ca0a657f08cc4d0d43c6cf8953
96 96
 RUN set -x \
97 97
 	&& export OSXCROSS_PATH="/osxcross" \
98 98
 	&& git clone https://github.com/tpoechtrager/osxcross.git $OSXCROSS_PATH \