delete root directory path
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
path = [cwd]
|
||||
path += [cwd + '/common']
|
||||
path = [cwd + '/common']
|
||||
path += [cwd + '/core']
|
||||
src = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user