Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Stephane-D/SGDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed Dec 12, 2024
2 parents 20266c3 + 1269404 commit e9e2dae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ RUN find . -name "*.java" | xargs javac
RUN echo -e "Main-Class: sgdk.xgm2tool.Launcher\nClass-Path: apj.jar lz4w.jar" > Manifest.txt
RUN jar cfm $SGDK_PATH/bin/xgm2tool.jar Manifest.txt .

# Building convsym
WORKDIR $SGDK_PATH/tools/convsym
RUN make
RUN cp build/convsym $SGDK_PATH/bin/convsym

# Copy m68k compiler from base image
COPY --from=m68k-files /m68k/ /usr/
ENV PATH="$SGDK_PATH/bin:${PATH}"
Expand Down

0 comments on commit e9e2dae

Please sign in to comment.