@ -4,7 +4,6 @@
from waflib import Logs
import os
from fwgslib import get_subproject_name
top = '.'
@ -13,9 +13,6 @@
def get_subproject_name(ctx):
return os.path.basename(os.path.realpath(str(ctx.path)))
def get_flags_by_compiler(flags, compiler):
out = []
if compiler in flags: