Skip to content

Commit

Permalink
builder: explict set traget arch for libne10
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Dec 20, 2024
1 parent 25f1cc2 commit 191e8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/scripts.d/45-libNE10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ffbuild_dockerbuild() {
return -1
fi

export NE10_LINUX_TARGET_ARCH=aarch64
cmake .. "${myconf[@]}"
make -j$(nproc)
# NE10 does not have install method, we have to copy files with shell command
Expand Down

0 comments on commit 191e8f6

Please sign in to comment.