Hi there, thanks for making this project. It saved me a bunch of time. One big thing i ran into while using an arm64 based host is that the CC and CCX variable is host arch specific when targeting g++ and gcc. I changed your table so that no matter which host you're on, it uses the right compiler arch type.
Hi there, thanks for making this project. It saved me a bunch of time. One big thing i ran into while using an arm64 based host is that the
CC
andCCX
variable is host arch specific when targetingg++
andgcc
. I changed your table so that no matter which host you're on, it uses the right compiler arch type.