Browse Source

waflib: remove get_subproject_name function

pull/2/head
Alibek Omarov 6 years ago
parent
commit
d17fdea884
  1. 1
      public/wscript
  2. 3
      scripts/waflib/fwgslib.py

1
public/wscript

@ -4,7 +4,6 @@ @@ -4,7 +4,6 @@
from waflib import Logs
import os
from fwgslib import get_subproject_name
top = '.'

3
scripts/waflib/fwgslib.py

@ -13,9 +13,6 @@ @@ -13,9 +13,6 @@
import os
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:

Loading…
Cancel
Save