Skip to content

Commit

Permalink
Fix sdl2_build_extra.py to work with paths that include spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
insolace committed Dec 16, 2024
1 parent 7651b92 commit 6382ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/sdl2_build_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
env.AddTarget(
name = "execute",
dependencies = exec_name,
actions = exec_name,
actions = '"{}"'.format(exec_name),
title = "Execute",
description = "Build and execute",
group="General"
Expand Down

0 comments on commit 6382ac9

Please sign in to comment.