summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/hal/hal.dll.arm64.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hal/hal.dll.arm64.json b/src/hal/hal.dll.arm64.json
index 2d36e240..25565b3d 100644
--- a/src/hal/hal.dll.arm64.json
+++ b/src/hal/hal.dll.arm64.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": [ "../", "./" ],
- "sources_path": [ "AMD64/*.cpp" ],
+ "sources_path": [ "ARM64/*.cpp" ],
"output_name": "hal.arm64.dll",
"compiler_flags": [
"-ffreestanding",