Skip to content

Commit ca2ba18

Browse files
committed
Build simple-patch for rather than hardcoded x86.
1 parent eb6cbad commit ca2ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysa/run.kaem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ M2-Mesoplanet --architecture ${ARCH} -f checksum-transcriber.c -o ${bindir}/chec
1515
sha256sum -c checksum-transcriber.${ARCH}.SHA256SUM
1616

1717
# simple patch tool based on before and after chunks
18-
M2-Mesoplanet --architecture x86 -f simple-patch.c -o ${bindir}/simple-patch
18+
M2-Mesoplanet --architecture ${ARCH} -f simple-patch.c -o ${bindir}/simple-patch
1919

2020
# Environmental variables needed for mes
2121
NYACC_PKG=nyacc-1.00.2

0 commit comments

Comments
 (0)