We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b6fc7 commit 392404fCopy full SHA for 392404f
1 file changed
src/makemkv-oss/build.sh
@@ -21,6 +21,10 @@ export LDFLAGS="-Wl,--strip-all -Wl,--as-needed"
21
export CC=xx-clang
22
export CXX=xx-clang++
23
24
+if [ "$(xx-info march)" = "i386" ]; then
25
+ export LD="$(xx-info)-ld -m elf_i386"
26
+fi
27
+
28
function log {
29
echo ">>> $*"
30
}
0 commit comments