Skip to content

Commit

Permalink
Manually create the mui folder under MUI_3.8/C/Include in m68k image
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Mar 17, 2020
1 parent 2575794 commit 15c9546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion m68k/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ ENV NDK_LIB="/opt/sdk/NDK_3.9/Include/linker_libs"
RUN curl -fSL "http://muidev.de/download/MUI%203.8%20-%20AmigaOS3-m68k/mui38dev.lha" -o /tmp/mui38dev.lha; \
cd /tmp; \
lhasa -xfq2 mui38dev.lha; \
mv MUI/Developer /opt/sdk/MUI_3.8;
mv MUI/Developer /opt/sdk/MUI_3.8; \
mkdir -p /opt/sdk/MUI_3.8/C/Include/mui;

ENV MUI38_INC="/opt/sdk/MUI_3.8/C/Include"

Expand Down

0 comments on commit 15c9546

Please sign in to comment.