mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
7be78a16a3
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
14 lines
407 B
Plaintext
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
|