Commit 48011f4e0b6450f3a6f1b82360289fa38ec23856
1 parent
68cc0524
Exists in
develop
Fixing runtime builder.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
win/makeruntime.sh.in
... | ... | @@ -276,6 +276,7 @@ install_icons() { |
276 | 276 | install_loaders() { |
277 | 277 | |
278 | 278 | if [ -d "${prefix}${GDK_LOADERS}" ]; then |
279 | + mkdir -p "${buildroot}/${prefix}${GDK_LOADERS}" | |
279 | 280 | cp -rv ${prefix}${GDK_LOADERS}/* "${buildroot}/${prefix}${GDK_LOADERS}" |
280 | 281 | if [ "$?" != "0" ]; then |
281 | 282 | exit -1 | ... | ... |