From c72811bfac1222cea30bb4fe9dea9bee3c018538 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 1 Feb 2026 15:18:02 +0100 Subject: [PATCH] fix toxcore --- external/toxcore/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index 0e65c85a..8312ceae 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -54,8 +54,8 @@ configure_file( @ONLY ) configure_file( - ./c-toxcore/toxcore/attributes.h - ${CMAKE_CURRENT_BINARY_DIR}/include/tox/attributes.h + ./c-toxcore/toxcore/tox_attributes.h + ${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_attributes.h @ONLY ) configure_file(