mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
[tools.darkroom] Fix shell variable assignment
This commit is contained in:
parent
e17e0913c5
commit
5f772c74be
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ for ((y=0; y<height; y+=tile_height)); do
|
|||
mkdir -p ${stagedir}/${y}/
|
||||
done
|
||||
|
||||
compile_options=-std=c++11 ${define_options} ${include_options}
|
||||
compile_options="-std=c++11 ${define_options} ${include_options}"
|
||||
|
||||
echo "rendering:"
|
||||
start=${SECONDS}
|
||||
|
|
Loading…
Reference in a new issue