Skip to content

Commit

Permalink
Do not include --operating-system flag itself in environmental variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stikonas committed Jan 1, 2023
1 parent ac95f61 commit 5a33471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mescc-tools-extra.kaem
Expand Up @@ -26,7 +26,7 @@ set -ex
M2LIBC_PATH=${M2LIBC}
PATH=${BINDIR}

alias CC="${TOOLS}/M2-Mesoplanet${EXE_SUFFIX} ${OPERATING_SYSTEM_FLAG} --architecture ${ARCH} -f"
alias CC="${TOOLS}/M2-Mesoplanet${EXE_SUFFIX} --operating-system ${OPERATING_SYSTEM} --architecture ${ARCH} -f"

CC sha256sum.c -o ${BINDIR}/sha256sum${EXE_SUFFIX}
CC match.c -o ${BINDIR}/match${EXE_SUFFIX}
Expand Down

0 comments on commit 5a33471

Please sign in to comment.