Dockerfile: update osx cross toolchain

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-07-07 18:40:40 +02:00
parent ae1a809c39
commit 8159b5ca98

View file

@ -92,7 +92,7 @@ RUN cd /usr/local/lvm2 \
# Configure the container for OSX cross compilation # Configure the container for OSX cross compilation
ENV OSX_SDK MacOSX10.11.sdk ENV OSX_SDK MacOSX10.11.sdk
ENV OSX_CROSS_COMMIT 8aa9b71a394905e6c5f4b59e2b97b87a004658a4 ENV OSX_CROSS_COMMIT a9317c18a3a457ca0a657f08cc4d0d43c6cf8953
RUN set -x \ RUN set -x \
&& export OSXCROSS_PATH="/osxcross" \ && export OSXCROSS_PATH="/osxcross" \
&& git clone https://github.com/tpoechtrager/osxcross.git $OSXCROSS_PATH \ && git clone https://github.com/tpoechtrager/osxcross.git $OSXCROSS_PATH \