We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6cbad commit ca2ba18Copy full SHA for ca2ba18
sysa/run.kaem
@@ -15,7 +15,7 @@ M2-Mesoplanet --architecture ${ARCH} -f checksum-transcriber.c -o ${bindir}/chec
15
sha256sum -c checksum-transcriber.${ARCH}.SHA256SUM
16
17
# simple patch tool based on before and after chunks
18
-M2-Mesoplanet --architecture x86 -f simple-patch.c -o ${bindir}/simple-patch
+M2-Mesoplanet --architecture ${ARCH} -f simple-patch.c -o ${bindir}/simple-patch
19
20
# Environmental variables needed for mes
21
NYACC_PKG=nyacc-1.00.2
0 commit comments