Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
docker-images
Commits
98033b8b
Commit
98033b8b
authored
Apr 25, 2016
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winrt: x86_64: use SJLJ instead of SEH
parent
a53f5eff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vlc-winrt/toolchain-x86_64/Dockerfile
vlc-winrt/toolchain-x86_64/Dockerfile
+2
-1
No files found.
vlc-winrt/toolchain-x86_64/Dockerfile
View file @
98033b8b
...
...
@@ -47,7 +47,8 @@ RUN mkdir /build && cd /build && \
--target
=
$TARGET_TUPLE
\
--enable-languages
=
c,c++
\
--disable-shared
\
--disable-multilib
&&
\
--disable-multilib
\
--enable-sjlj-exceptions
&&
\
make
-j4
all-gcc
&&
\
make install-gcc
&&
\
cd
/build/mingw-w64/mingw-w64-crt
&&
\
...
...
Write
Preview
Markdown
is supported
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