Skip to content

Commit

Permalink
Remove obsolete libfmt patching shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
azihassan committed Oct 7, 2024
1 parent 3d1495c commit bb94f5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dreamcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
- name: Build DevilutionX
run: |
# patches libfmt to support long double
patch build/_deps/libfmt-src/include/fmt/format.h -l -p0 < libfmt-long-double.patch
source /opt/toolchains/dc/kos/environ.sh && cd build && kos-make
- name: Generate .cdi
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ RUN source /opt/toolchains/dc/kos/environ.sh && \
export CMAKE_PREFIX_PATH=/opt/toolchains/dc/kos-ports/libbz2/inst/:/opt/toolchains/dc/kos-ports/zlib/inst/ && \
kos-cmake -S. -Bbuild

RUN echo "Patching fmt to support long double..."
RUN patch build/_deps/libfmt-src/include/fmt/format.h -l -p0 < libfmt-long-double.patch

RUN echo "Compiling..."
RUN source /opt/toolchains/dc/kos/environ.sh && cd build && kos-make

Expand Down
12 changes: 0 additions & 12 deletions libfmt-long-double.patch

This file was deleted.

0 comments on commit bb94f5a

Please sign in to comment.