Skip to content

Commit cc1c976

Browse files
committed
Added X64 build prefix
There's no real reason to assume the host machine is X64.
1 parent 00a8738 commit cc1c976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compilation/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function set_compliation_variables() {
4343
CROSS=mipsel-linux-gnu-
4444
export HOST=mipsel-linux-gnu
4545
elif [[ "$target_arch" == "x86_64" ]]; then
46-
CROSS=""
46+
CROSS=x86_64-linux-gnu-
4747
export HOST=x86_64-linux-gnu
4848
fi
4949

0 commit comments

Comments
 (0)