mirror of
https://github.com/pstrueb/piper.git
synced 2026-06-01 09:27:02 +00:00
Force file offset
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user