mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-09-26 05:51:33 +02:00
linux-x86: Add toolchain file and install libc6 and stdc++6 32-bit libraries
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} --32 "$@"
|
||||
Reference in New Issue
Block a user