diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-23 18:41:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-23 18:41:25 +0300 |
commit | fd21c2acfdd67b7df78db782a543005deb5b2b3e (patch) | |
tree | b73ef5c4c4c2722719b393b3573028ff43e1b1b9 /extra/x265/build | |
parent | 7626aa0774f39258a36e6f7f4f0411b52389195f (diff) | |
download | repository-fd21c2acfdd67b7df78db782a543005deb5b2b3e.tar.gz |
x265: link gcc static
Diffstat (limited to 'extra/x265/build')
-rwxr-xr-x | extra/x265/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/x265/build b/extra/x265/build index 2bc1c919..063d4bce 100755 --- a/extra/x265/build +++ b/extra/x265/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -static-libgcc" +export CXXFLAGS="$CXXFLAGS -static-libstdc++ -static-libgcc" export DESTDIR="$1" cmake source \ |