diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-04-13 18:05:51 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-04-13 18:05:51 +0000 |
| commit | a98c602ceaafb67f479e2e917035b8ae443b042e (patch) | |
| tree | fe0587afa529a14e676986bf96bc34f1cb266a48 /abletonlink-1.0.1-1.rockspec | |
| parent | examples/linkhut: fix phase display (diff) | |
| download | lua-abletonlink-a98c602ceaafb67f479e2e917035b8ae443b042e.tar.gz lua-abletonlink-a98c602ceaafb67f479e2e917035b8ae443b042e.zip | |
implement callbacks
Diffstat (limited to 'abletonlink-1.0.1-1.rockspec')
| -rw-r--r-- | abletonlink-1.0.1-1.rockspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abletonlink-1.0.1-1.rockspec b/abletonlink-1.0.1-1.rockspec index 60aa423..0672546 100644 --- a/abletonlink-1.0.1-1.rockspec +++ b/abletonlink-1.0.1-1.rockspec @@ -26,6 +26,7 @@ build = { abletonlink = { sources = { 'abletonlink.c', + 'tinycthreads.c', 'link/extensions/abl_link/src/abl_link.cpp', }, incdirs = { |
