Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
docker-images
Commits
af40c4bb
Commit
af40c4bb
authored
Aug 25, 2016
by
Konstantin Pavlov
Browse files
winrt toolchains: remove patches afterwards.
parent
2f4b349e
Changes
2
Hide whitespace changes
Inline
Side-by-side
vlc-winrt/toolchain-i686/Dockerfile
View file @
af40c4bb
...
@@ -79,4 +79,4 @@ RUN mkdir /build && cd /build && \
...
@@ -79,4 +79,4 @@ RUN mkdir /build && cd /build && \
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
&&
\
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
&&
\
make
-j4
&&
\
make
-j4
&&
\
make
install
&&
\
make
install
&&
\
cd
/
&&
rm
-rf
/build
cd
/
&&
rm
-rf
/build
&&
rm
-f
/
*
.patch
vlc-winrt/toolchain-x86_64/Dockerfile
View file @
af40c4bb
...
@@ -82,4 +82,4 @@ RUN mkdir /build && cd /build && \
...
@@ -82,4 +82,4 @@ RUN mkdir /build && cd /build && \
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
&&
\
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
&&
\
make
-j4
&&
\
make
-j4
&&
\
make
install
&&
\
make
install
&&
\
cd
/
&&
rm
-rf
/build
cd
/
&&
rm
-rf
/build
&&
rm
-f
/
*
.patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment