Skip to content

Commit

Permalink
Workaround for old freetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 20, 2024
1 parent 7ea68dc commit 31e291f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ RUN ln -sf /usr/bin/bash /bin/sh
COPY test.sh /test.sh
#RUN /test.sh

# Hack for duckdb
# RUN sed -i 's|$(R_HOME)/bin/R|R|' $(R RHOME)/share/make/shlib.mk
# Temp workaround for https://github.com/emscripten-core/emscripten/issues/22571
RUN sed -i.bak 's|#define TYPEOF|#define FT_TYPEOF|g' /opt/emsdk/upstream/emscripten/cache/sysroot/include/freetype2/config/ftconfig.h

# Build packages
ENTRYPOINT /entrypoint.sh

0 comments on commit 31e291f

Please sign in to comment.