Skip to content

Commit f65db9d

Browse files
committed
remove meaningless sconscript template
1 parent e30671f commit f65db9d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@
117117
}
118118
'''
119119

120-
Sconscript_file = '''
121-
from building import *
122-
123-
cwd = GetCurrentDir()
124-
src = Glob('*.c') + Glob('*.cpp')
125-
CPPPATH = [cwd]
126-
127-
group = DefineGroup('${name}', src, depend = [''], CPPPATH = CPPPATH)
128-
129-
Return('group')
130-
'''
131-
132120
import codecs
133121
class PackageOperation:
134122
pkg = None

0 commit comments

Comments
 (0)