diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-29 22:05:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-29 22:05:17 +0100 |
| commit | b2334715cf9ddc754add796eb3342334660af1af (patch) | |
| tree | d550f8e5949369d19cec937f55221e3f2c9172f1 /wscript | |
| parent | b1da49fd4f3bc918de2ee4cdf49959258576977c (diff) | |
Try to put all platform stuff in platform/
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ def build(bld): bld.recurse('src') bld.recurse('test') if bld.env.TARGET_WINDOWS: - bld.recurse('windows') + bld.recurse('platform/windows') d = { 'PREFIX' : '${PREFIX' } |
