We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LV2 in azure pipeline started crashing in ttl generator. Don't know why but disabled it for time being.
The text was updated successfully, but these errors were encountered:
I found that too.
the python generator seems to work https://github.com/lv2-porting-project/lv2-ttl-generator/blob/master/generate-lv2-ttl.py and if i build lv2_ttl_generator.c locally it works too, but crashes with OBS built version
lv2_ttl_generator.c
Sorry, something went wrong.
ok commenting this line 1380 did the trick:
1380
set_source_files_properties(${JUCE_SOURCE_DIR}/extras/Build/lv2_ttl_generator/lv2_ttl_generator.c PROPERTIES LANGUAGE CXX)
No branches or pull requests
LV2 in azure pipeline started crashing in ttl generator. Don't know why but disabled it for time being.
The text was updated successfully, but these errors were encountered: