Skip to content

Commit

Permalink
Manually set RakNet_LIBRARY paths
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimKriegor committed May 29, 2022
1 parent 2c3fc0a commit b3bd5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ RUN cd /tmp/TES3MP \
-DBUILD_WIZARD=OFF \
-DBUILD_NIFTEST=OFF \
-DOPENSCENEGRAPH_INCLUDE_DIRS=/tmp/osg/include \
-DRakNet_LIBRARY_DEBUG="${RakNet_LIBRARY_RELEASE}" \
-DRakNet_LIBRARY_DEBUG="/tmp/CrabNet/lib/libRakNetLibStatic.a" \
-DRakNet_LIBRARY_RELEASE="/tmp/CrabNet/lib/libRakNetLibStatic.a" \
&& make -j ${BUILD_THREADS}

RUN mv /tmp/TES3MP/build /server \
Expand Down

0 comments on commit b3bd5af

Please sign in to comment.