Skip to content

Commit

Permalink
Mkdir gen too
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzmir committed Aug 22, 2006
1 parent 6fca261 commit 207cb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prefix = '/usr/local/games'
bin = '/usr/local/bin'
if sys.platform == 'win32':
try:
Execute(Mkdir('tmp'))
Execute(Mkdir('gen'))
except:
pass

Expand Down

0 comments on commit 207cb3f

Please sign in to comment.