| ... | ... | @@ -55,11 +55,11 @@ cmake .. \ |
| 55 | 55 | -DZIG_TARGET_MCPU="$HOST_MCPU" \ |
| 56 | 56 | -DZIG_STATIC=ON |
| 57 | 57 | |
| 58 | | make $JOBS install |
| 59 | | |
| 60 | 58 | unset CC |
| 61 | 59 | unset CXX |
| 62 | 60 | |
| 61 | make $JOBS install |
| 62 | |
| 63 | 63 | # Build zig compiler cross-compiled for arm64 |
| 64 | 64 | cd $ZIGDIR |
| 65 | 65 | |
| ... | ... | @@ -79,11 +79,11 @@ cmake .. \ |
| 79 | 79 | -DZIG_EXECUTABLE="$ZIG" \ |
| 80 | 80 | -DZIG_STATIC=ON |
| 81 | 81 | |
| 82 | | make $JOBS install |
| 83 | | |
| 84 | 82 | unset CC |
| 85 | 83 | unset CXX |
| 86 | 84 | |
| 85 | make $JOBS install |
| 86 | |
| 87 | 87 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 88 | 88 | mv ../LICENSE release/ |
| 89 | 89 | |