1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-06 19:11:25 +00:00

Add ability to compile with -DMAIKO_ENABLE_NETHUB

This commit is contained in:
Frank Halasz
2023-11-26 18:31:10 -08:00
parent 56e7591ada
commit 4d589237ee
2 changed files with 26 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ COPY . ${INSTALL_LOCATION}
# Build maiko
RUN cd ${INSTALL_LOCATION}/bin \
&& ./makeright x cleanup \
&& ./makeright x
&& ./makeright x nethub
RUN cd ${INSTALL_LOCATION}/bin \
&& if [ "$(./machinetype)" = "x86_64" ]; then \
./makeright init; \