Skip to content

Commit 7b6b7b2

Browse files
authored
Merge pull request lvgl#71 from insolace/master
Fix sdl2_build_extra.py to work with paths that include spaces
2 parents 7651b92 + 6382ac9 commit 7b6b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/sdl2_build_extra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
env.AddTarget(
1717
name = "execute",
1818
dependencies = exec_name,
19-
actions = exec_name,
19+
actions = '"{}"'.format(exec_name),
2020
title = "Execute",
2121
description = "Build and execute",
2222
group="General"

0 commit comments

Comments
 (0)