Issue 1379, nasm trailing slashes

This commit is contained in:
Thomas Nagy 2013-11-16 20:13:41 +01:00
parent 346601b103
commit c521b1d076
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
Nasm tool (asm processing)
"""
import os
import waflib.Tools.asm # leave this
from waflib.TaskGen import feature
@ -22,3 +23,4 @@ def configure(conf):
conf.env.AS_TGT_F = ['-o']
conf.env.ASLNK_TGT_F = ['-o']
conf.load('asm')
conf.env.ASMPATH_ST = '-I%s' + os.sep