Get windows build working
This commit is contained in:
@@ -33,7 +33,8 @@ buildName = ARGUMENTS.get('BUILDNAME', 'default')
|
||||
#
|
||||
# Initializing the environment
|
||||
#
|
||||
env = Environment(CC='clang',
|
||||
env = Environment(ENV=os.environ,
|
||||
CC='clang',
|
||||
CXX='clang++')
|
||||
ccFlags = []
|
||||
linkFlags = []
|
||||
|
||||
Reference in New Issue
Block a user