Merge pull request #357 from Googulator/amd64-archdir-fix

AMD64 archdir fix
This commit is contained in:
Andrius Štikonas 2023-12-19 21:11:28 +00:00 committed by GitHub
commit 55ad47acd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ LIBDIR=${PREFIX}/lib/mes
INCDIR=${PREFIX}/include/mes
SRCDIR=/steps
TMPDIR=/tmp
PATH=${BINDIR}:/${ARCH}/bin
PATH=${BINDIR}:/${ARCH_DIR}/bin