mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
WebSockets: also json-escape strings in state messages
This commit is contained in:
parent
946094b25c
commit
dbb26daafa
7 changed files with 82 additions and 29 deletions
|
|
@ -29,6 +29,7 @@ def build(bld):
|
|||
dispatcher.cc
|
||||
manifest.cc
|
||||
resources.cc
|
||||
json.cc
|
||||
'''
|
||||
obj.export_includes = ['.']
|
||||
obj.defines = [ 'PACKAGE="ardour_websockets"' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue