This website requires JavaScript.
Explore
Help
Register
Sign In
Bensuperpc
/
dockcross
Watch
1
Star
0
Fork
0
You've already forked dockcross
mirror of
https://github.com/bensuperpc/dockcross.git
synced
2024-11-08 20:27:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ac4aed3aa
dockcross
/
linux-x86
/
i686-linux-gnu-as.sh
3 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
common: Fix bash shell script invocation `#!/usr/bin/env bash` should be used to avoid hard paths. To address: dockcross-manylinux-x64: bad interpreter: /bin/bash^M: no such file or directory
2018-06-13 20:12:52 +02:00
#!/usr/bin/env bash
linux-x86: Add toolchain file and install libc6 and stdc++6 32-bit libraries
2016-04-14 01:24:04 +02:00
exec
${
0
/
${
CROSS_TRIPLE
}
-/x86_64-linux-gnu-
}
--32
"
$@
"
Reference in New Issue
Copy Permalink