Skip to content

Commit 0811e8d

Browse files
SersemPecaalehander92
authored andcommitted
feat: Update LICENSE to mention wasm-sysroot origins
1 parent d9bda99 commit 0811e8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,3 +659,6 @@ specific requirements.
659659
if any, to sign a "copyright disclaimer" for the program, if necessary.
660660
For 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>.

nix/shells/main.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)