Skip to content

Commit 709a56a

Browse files
author
Clement Champetier
committed
SConscript: fix script if config has section 'COMMON'
1 parent 3ce7e25 commit 709a56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config.read( [
1616
'scons.cfg',
1717
] )
1818

19-
icommonInclude = []
19+
commonInclude = []
2020
commonLibDir = []
2121
installPrefix = "/usr/local"
2222

0 commit comments

Comments
 (0)