Skip to content

Commit

Permalink
windows build fix using fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 4, 2023
1 parent 2f88ded commit 3ff00ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,24 @@
[submodule "vendor/sdl2"]
path = vendor/sdl2
url = https://github.com/libsdl-org/SDL.git
shallow = true
[submodule "mruby"]
path = vendor/mruby
url = https://github.com/mruby/mruby.git
shallow = true
[submodule "vendor/wasm3"]
path = vendor/wasm3
url = https://github.com/wasm3/wasm3.git
shallow = true
[submodule "vendor/janet"]
path = vendor/janet
url = https://github.com/janet-lang/janet.git
shallow = true
[submodule "vendor/pocketpy"]
path = vendor/pocketpy
url = https://github.com/blueloveTH/pocketpy
shallow = true
[submodule "vendor/quickjs"]
path = vendor/quickjs
url = https://github.com/bellard/quickjs.git
url = https://github.com/nesbox/quickjs.git
shallow = true
2 changes: 1 addition & 1 deletion vendor/quickjs
Submodule quickjs updated 7 files
+38 −0 cutils.h
+1 −1 libbf.h
+4 −0 qjs.c
+77 −0 qjsc.c
+20 −3 quickjs-libc.c
+70 −19 quickjs.c
+2 −2 quickjs.h

0 comments on commit 3ff00ed

Please sign in to comment.