mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Adapted and corrected linux-x86 Xcompile toolset
This commit is contained in:
parent
8e344a9537
commit
60ffd750fa
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} -m32 "$@"
|
exec ${0/*${TOOLCHAIN}-/\/usr\/bin\/x86_64-linux-gnu-} -m32 "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user