The fsc tool should set FS_NAME, not CS_NAME.

This commit is contained in:
alexrp 2012-09-27 14:47:41 +02:00
parent 4c23f80a7c
commit c62073538b
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ def configure(conf):
conf.env.ASS_ST = '/r:%s'
conf.env.RES_ST = '/resource:%s'
conf.env.CS_NAME = 'fsc'
conf.env.FS_NAME = 'fsc'
if str(conf.env.FSC).lower().find('fsharpc') > -1:
conf.env.CS_NAME = 'mono'
conf.env.FS_NAME = 'mono'