Skip to content

Commit

Permalink
Also set LD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 11, 2022
1 parent 2d21d6f commit 2b3d452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN curl https://raw.githubusercontent.com/ImageMagick/ImageMagick6/main/.devcon
ENV SRC=/ImageMagick6/dependencies
ENV WORK=/ImageMagick6
ENV PATH=$PATH:/ImageMagick6/bin
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ImageMagick6/lib
ENV CXX=clang++
ENV CC=clang
RUN ./build_dependencies.sh

0 comments on commit 2b3d452

Please sign in to comment.