This commit is contained in:
Tamir Duberstein 2015-05-29 12:36:02 -04:00
parent a2b927c5a4
commit 155c8f9fa8

View File

@ -14,8 +14,7 @@ import subprocess
f = open(sys.argv[1], 'wb')
components = sys.argv[2].split(' ')
components = [i for i in components if i] # ignore extra whitespaces
components = sys.argv[2].split() # splits on whitespace
enable_static = sys.argv[3]
llconfig = sys.argv[4]