Files
yabridge/subprojects/clap.wrap
T
Robbert van der Helm 7be78a16a3 Switch to a CLAP fork to fix Winelib usage
This adds missing calling conventions so calling Windows CLAP functions
doesn't result in undefined behavior and memory errors:
https://github.com/free-audio/clap/issues/153
2022-09-11 19:18:03 +02:00

14 lines
407 B
Plaintext

[wrap-git]
# url = https://github.com/free-audio/clap.git
# # This is tag 1.1.1
# revision = af1e05ce6487151c6b36003fdb47566dbb50194e
# FIXME: This is a fork that adds calling convention, as it's not possible to
# use CLAP with Winelib bridging otherwise
url = https://github.com/robbert-vdh/clap.git
revision = feature/calling-conventions
depth = 1
patch_directory = clap
[provide]
clap = clap_dep