Need a replacement for cmake copyfiles here in server_compile.sh

This commit is contained in:
Jack Slater 2025-08-31 01:03:32 -10:00
parent f7d99fc8c6
commit 7fd46c86c4

View File

@ -46,7 +46,8 @@ while true; do
-DUSE_VOIP="$USE_VOIP" \
$CMAKE_OPTS
cmake --build build
cmake copyfiles
# This needs a replacement for the CMake era
# cmake copyfiles
exit
;;
[Nn]*)