Force file offset

pull/266/head 2023.11.6-3
Michael Hansen 7 months ago
parent b2ed372eb9
commit 0987603ebd

@ -12,7 +12,7 @@ RUN apt-get update && \
WORKDIR /build
COPY ./ ./
RUN cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install
RUN cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install -D_FILE_OFFSET_BITS=64
RUN cmake --build build --config Release
RUN cmake --install build

Loading…
Cancel
Save