Skip to content

Commit

Permalink
Merge pull request #71 from insolace/master
Browse files Browse the repository at this point in the history
Fix sdl2_build_extra.py to work with paths that include spaces
  • Loading branch information
fbiego authored Dec 21, 2024
2 parents 7651b92 + 6382ac9 commit 7b6b7b2
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 7b6b7b2

Please sign in to comment.