Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit bc2775f

Browse files
committed
pre-release compilation fixes
1 parent fa8145d commit bc2775f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

support/docker-builds/images/osx/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

support/docker-builds/images/windows-commons/deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libIex-2_2-12.dll
99
libIlmImf-2_2-22.dll
1010
libIlmThread-2_2-12.dll
1111
libintl-8.dll
12-
libjasper-1.dll
12+
libjasper.dll
1313
libjpeg-9.dll
1414
liblzma-5.dll
1515
libopencv_core.dll

support/docker-builds/images/windows-x64/deps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)