build-profiles: set XBPS_RUST_TARGET

This commit is contained in:
Rasmus Thomsen
2018-10-12 02:21:13 +02:00
committed by Enno Boland
parent 9141df9698
commit 45030a9b15
10 changed files with 10 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ XBPS_TARGET_CFLAGS="-mtune=generic"
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
XBPS_TARGET_FFLAGS=""
XBPS_TRIPLET="x86_64-unknown-linux-gnu"
XBPS_RUST_TARGET="${XBPS_TRIPLET}"