mirror of https://github.com/bkaradzic/bgfx
Package runtime data alongside HTML5 examples (#2173)
Co-authored-by: Christophe Dehais <christophe.dehais@fittingbox.com>
This commit is contained in:
parent
4f0ff97ec7
commit
4a0b6dc3ff
|
@ -367,7 +367,8 @@ function exampleProjectDefaults()
|
|||
|
||||
linkoptions {
|
||||
"-s TOTAL_MEMORY=32MB",
|
||||
"-s ALLOW_MEMORY_GROWTH=1"
|
||||
"-s ALLOW_MEMORY_GROWTH=1",
|
||||
"--preload-file ../../../examples/runtime@/"
|
||||
}
|
||||
|
||||
removeflags {
|
||||
|
|
Loading…
Reference in New Issue