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
I want to build rive aar from source code, when running debug build, error happens:
# Build librive_pls_renderer. pushd "$RIVE_RUNTIME_DIR"/../pls python3 -m venv build_env source build_env/bin/activate pip3 install ply premake5 --out=out/android/arm64/debug --config=debug --scripts=~/rive-android/kotlin/src/main/cpp/../../../..//submodules/rive-cpp/build --with_rive_text --with_rive_audio=system --no-rive-decoders --os=android --arch=arm64 gmake2 Error: invalid option 'with_rive_text'
In build.rive.sh file, there's some hard coded path about "pls", and I believe there should be a premake5.lua defines this option.
I'm using tag: 9.3.1 to build.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to build rive aar from source code, when running debug build, error happens:
In build.rive.sh file, there's some hard coded path about "pls", and I believe there should be a premake5.lua defines this option.
I'm using tag: 9.3.1 to build.
The text was updated successfully, but these errors were encountered: