ソースを参照

Forgot to replace one line v14 -> 15

master
Ray Burgemeestre 2年前
コミット
9d768420f6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Dockerfile-ubuntu2204

+ 1
- 1
Dockerfile-ubuntu2204 ファイルの表示

@@ -46,7 +46,7 @@ RUN sudo apt-get update && \
RUN /emsdk/upstream/emscripten/em++ -s WASM=1 -s USE_SDL=2 -s USE_SDL_TTF=2 -O3 /dev/null || true

# Fix some weird linker issue CAF build runs into. (fails to link -lc++abi)
RUN cp -prv /usr/lib/llvm-14/lib/libc++abi.so.1.0 /usr/lib/llvm-14/lib/libc++abi.so
RUN cp -prv /usr/lib/llvm-15/lib/libc++abi.so.1.0 /usr/lib/llvm-15/lib/libc++abi.so

# EDIT: no longer needed!
# RUN cp -prv /usr/lib/llvm-14/lib/libunwind.so.1.0 /usr/lib/llvm-14/lib/libunwind.so

読み込み中…
キャンセル
保存