Skip to content

Commit 02e098c

Browse files
authored
Update dr_libs for better ARM64EC support (#861)
* Update dr_libs for better ARM64EC support * cgmanifest.json
1 parent 378bbef commit 02e098c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"component": {
4444
"type": "git",
4545
"git": {
46-
"commitHash": "dd762b861ecadf5ddd5fb03e9ca1db6707b54fbb",
46+
"commitHash": "660795b2834aebb2217c9849d668b6e4bd4ef810",
4747
"repositoryUrl": "https://github.com/mackron/dr_libs.git"
4848
}
4949
}

cmake/externals/dr_libs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FetchContent_Declare(dr_libs
2-
URL https://github.com/mackron/dr_libs/archive/dbbd08d81fd2b084c5ae931531871d0c5fd83b87.zip
3-
URL_HASH SHA1=84a2a31ef890b6204223b12f71d6e701c0edcd92
2+
URL https://github.com/mackron/dr_libs/archive/660795b2834aebb2217c9849d668b6e4bd4ef810.zip
3+
URL_HASH SHA1=af554b21dcd1ab3c7c8d946638682a2cbccf3e16
44
SOURCE_SUBDIR not_set
55
)
66

0 commit comments

Comments
 (0)