diff options
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ from building import * cwd = GetCurrentDir() -path = [cwd] -path += [cwd + '/common'] +path = [cwd + '/common'] path += [cwd + '/core'] src = [] |
