mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
vendor curly (for vfs-pack)
This commit is contained in:
parent
60d69a99a9
commit
f84b2df97f
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "vendor/curly"]
|
||||||
|
path = vendor/curly
|
||||||
|
url = https://github.com/rgrinberg/curly.git
|
||||||
1
vendor/curly
vendored
Submodule
1
vendor/curly
vendored
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9417bd97fdf293f469c38e726c169583638d5aa1
|
||||||
2
vfs_path.sh
Executable file
2
vfs_path.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec dune exec --display=quiet src/bin/vfs_pack.exe --profile=release -- $@
|
||||||
Loading…
Add table
Reference in a new issue