Proper cmake patching

This commit is contained in:
FriwiDev
2021-11-24 00:01:10 +01:00
parent 16d14bf294
commit 0e8dc56b0d
7 changed files with 91 additions and 328 deletions

View File

@@ -18,6 +18,10 @@ COPY out/linux* /prebuild
#Copy additional natives
COPY natives /natives
#Copy cmake patching script
COPY scripts/patch_cmake.py .
COPY patch/CMakeLists.txt.patch .
#Copy and launch run script
COPY scripts/run_linux.sh .
RUN chmod +x run_linux.sh