Skip to content

Commit

Permalink
Fixed issue with toolchain not being detected in Docker build (JACode…
Browse files Browse the repository at this point in the history
…rs#1055)

* Fixed issue with toolchain not being detected

* Updated to use absolute path
  • Loading branch information
everon authored Nov 8, 2020
1 parent ec5fa44 commit ffed938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . /usr/src/openjk
# Build i386 arch
RUN mkdir /usr/src/openjk/build.i386 &&\
cd /usr/src/openjk/build.i386 &&\
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/linux-i686.cmake \
cmake -DCMAKE_TOOLCHAIN_FILE=/usr/src/openjk/cmake/Toolchains/linux-i686.cmake \
-DCMAKE_INSTALL_PREFIX=/opt \
-DBuildMPCGame=OFF -DBuildMPEngine=OFF -DBuildMPRdVanilla=OFF -DBuildMPUI=OFF \
-DBuildSPEngine=OFF -DBuildSPGame=OFF -DBuildSPRdVanilla=OFF \
Expand Down

0 comments on commit ffed938

Please sign in to comment.