Use makedirs instead of mkdir. Closes #247.
parent
f32db9afa2
commit
e29e4358e6
4 changed files with 6 additions and 1 deletions
@ -0,0 +1,3 @@ |
||||
project('foo', 'c') |
||||
|
||||
subdir('subdir1/subdir2') |
@ -0,0 +1 @@ |
||||
error('This should not be called.') |
@ -0,0 +1 @@ |
||||
message('I\'m in subdir subdir.') |
Loading…
Reference in new issue