diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-03-05 10:58:03 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-05 10:58:03 +0000 |
| commit | 8693dc2735d05a8692489d2fbd1502c2fc6fbd8c (patch) | |
| tree | 4dfea28fdffb6f98c4b8d67f8dae64af6a783cc4 | |
| parent | add Lua linkhut example (diff) | |
| download | lua-abletonlink-1.0.1.tar.gz lua-abletonlink-1.0.1.zip | |
update to Link 3.1.2v1.0.1
| -rw-r--r-- | abletonlink-1.0.1-1.rockspec (renamed from abletonlink-1.0.0-1.rockspec) | 10 | ||||
| m--------- | link | 0 |
2 files changed, 7 insertions, 3 deletions
diff --git a/abletonlink-1.0.0-1.rockspec b/abletonlink-1.0.1-1.rockspec index ee883bb..60aa423 100644 --- a/abletonlink-1.0.0-1.rockspec +++ b/abletonlink-1.0.1-1.rockspec @@ -1,9 +1,9 @@ rockspec_format = "3.0" package = "abletonlink" -version = "1.0.0-1" +version = "1.0.1-1" source = { url = 'git+https://git.s-ol.nu/lua-abletonlink.git', - tag = 'v1.0.0', + tag = 'v1.0.1', } description = { summary = "Ableton Link bindings for Lua", @@ -28,7 +28,11 @@ build = { 'abletonlink.c', 'link/extensions/abl_link/src/abl_link.cpp', }, - incdirs = {'link/include', 'link/extensions/abl_link/include'}, + incdirs = { + 'link/include', + 'link/extensions/abl_link/include', + 'link/modules/asio-standalone/asio/include', + }, libraries = {'stdc++'}, }, }, diff --git a/link b/link -Subproject a33d2c34997dc8679ba9092652dd52bffc0c7b0 +Subproject 41d9aa111f702e78b6fbaee9d3e06dda1db6420 |
