This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
support/docker-builds/images Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y git build-essential cmake clang wget au
1414 git clone https://github.com/tpoechtrager/osxcross && \
1515 git clone https://github.com/planetbeing/libdmg-hfsplus && \
1616 cd /libdmg-hfsplus && mkdir build && cd build && \
17- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/bin && \
17+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr && \
1818 make && make install && cd / && \
1919 pip install ds-store mac_alias
2020
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ libIex-2_2-12.dll
99libIlmImf-2_2-22.dll
1010libIlmThread-2_2-12.dll
1111libintl-8.dll
12- libjasper-1 .dll
12+ libjasper.dll
1313libjpeg-9.dll
1414liblzma-5.dll
1515libopencv_core.dll
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ install(FILES
1010 /mxe/usr/x86_64-w64-mingw32.shared/bin/libIlmImf-2_2-22.dll
1111 /mxe/usr/x86_64-w64-mingw32.shared/bin/libIlmThread-2_2-12.dll
1212 /mxe/usr/x86_64-w64-mingw32.shared/bin/libintl-8.dll
13- /mxe/usr/x86_64-w64-mingw32.shared/bin/libjasper-1 .dll
13+ /mxe/usr/x86_64-w64-mingw32.shared/bin/libjasper.dll
1414 /mxe/usr/x86_64-w64-mingw32.shared/bin/libjpeg-9.dll
1515 /mxe/usr/x86_64-w64-mingw32.shared/bin/liblzma-5.dll
1616 /mxe/usr/x86_64-w64-mingw32.shared/bin/libopencv_core.dll
You can’t perform that action at this time.
0 commit comments