From d528c4eb52998bbd1768a4bb8204ce413d33b2f8 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 23 May 2025 16:38:46 +0800 Subject: [PATCH] fix aarch64 --- 3rd/dmath/dmath | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rd/dmath/dmath b/3rd/dmath/dmath index 7699e353..beced4f4 160000 --- a/3rd/dmath/dmath +++ b/3rd/dmath/dmath @@ -1 +1 @@ -Subproject commit 7699e35384a578d9d195a8b15555d2e6ff6a81b3 +Subproject commit beced4f4f906a117b559cf7de3d8b724c74f980d diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e002d68..da990847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ endif() if(PK_ENABLE_DETERMINISM) add_subdirectory(3rd/dmath/dmath) - include_directories(3rd/dmath/dmath/include/public) + include_directories(BEFORE 3rd/dmath/dmath/include/public) add_definitions(-DPK_ENABLE_DETERMINISM=1) endif()