File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -659,3 +659,6 @@ specific requirements.
659659if any, to sign a "copyright disclaimer" for the program, if necessary.
660660For more information on this, and how to apply and follow the GNU AGPL, see
661661<https://www.gnu.org/licenses/>.
662+
663+ The wasm-sysroot is copied from the tree-sitter repo.
664+ <https://github.com/tree-sitter/tree-sitter>.
Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ mkShell {
186186 export CPPFLAGS_wasm32_unknown_unknown="--target=wasm32 --sysroot=$(pwd)/src/db-backend/wasm-sysroot -isystem $(pwd)/src/db-backend/wasm-sysroot/include"
187187 export CFLAGS_wasm32_unknown_unknown="-I$(pwd)/src/db-backend/wasm-sysroot/include -DNDEBUG -Wbad-function-cast -Wcast-function-type -fno-builtin"
188188
189-
190189 # copied from https://github.com/NixOS/nix/issues/8034#issuecomment-2046069655
191190 ROOT_PATH=$(git rev-parse --show-toplevel)
192191
You can’t perform that action at this time.
0 commit comments