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 noticed that bun shell supports this
await $` cd webview export PATH=/usr/lib/llvm14/bin/:/usr/lib/llvm-14/bin/:/usr/lib64/llvm15/bin/:$PATH cmake -G Ninja -B build -S . -D CMAKE_BUILD_TYPE=Release -D WEBVIEW_WEBKITGTK_API=6.0 -DWEBVIEW_ENABLE_CHECKS=false -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/host-llvm.cmake cmake --build build cp build/core/libwebview.so ../build/libwebview-${arch}.so strip ../build/libwebview-${arch}.so `;
Maybe its a good idea to have it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed that bun shell supports this
Maybe its a good idea to have it
The text was updated successfully, but these errors were encountered: