Fix taptools build for macos target

This commit is contained in:
2026-04-26 22:50:57 +01:00
parent 04e355a2ee
commit 010477fa4a
+1
View File
@@ -41,6 +41,7 @@ RUN cd /opt/pasta80 \
&& fpc pasta
ADD --unpack https://www.seasip.info/ZX/taptools-1.1.3.tar.gz taptools/
RUN cd taptools/taptools* \
&& cp /usr/share/automake-1.16/config.guess . \
&& ./configure \
&& make -j8 \
&& make install