delete root directory path

This commit is contained in:
sakumisu
2022-05-21 21:33:58 +08:00
parent 15c5ebe6f3
commit 16262f0575

View File

@@ -1,8 +1,7 @@
from building import *
cwd = GetCurrentDir()
path = [cwd]
path += [cwd + '/common']
path = [cwd + '/common']
path += [cwd + '/core']
src = []