Skip to content

Commit

Permalink
Install ConvSym in SGDK's Docker image (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikcomper authored Dec 12, 2024
1 parent 8e2e291 commit 1269404
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 1269404

Please sign in to comment.