Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dr_libs for better ARM64EC support #861

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "dd762b861ecadf5ddd5fb03e9ca1db6707b54fbb",
"commitHash": "660795b2834aebb2217c9849d668b6e4bd4ef810",
"repositoryUrl": "https://github.com/mackron/dr_libs.git"
}
}
Expand Down
4 changes: 2 additions & 2 deletions cmake/externals/dr_libs.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FetchContent_Declare(dr_libs
URL https://github.com/mackron/dr_libs/archive/dbbd08d81fd2b084c5ae931531871d0c5fd83b87.zip
URL_HASH SHA1=84a2a31ef890b6204223b12f71d6e701c0edcd92
URL https://github.com/mackron/dr_libs/archive/660795b2834aebb2217c9849d668b6e4bd4ef810.zip
URL_HASH SHA1=af554b21dcd1ab3c7c8d946638682a2cbccf3e16
SOURCE_SUBDIR not_set
)

Expand Down
Loading