Removing old waf build scripts and vendored libcxx
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
|
||||
def configure(ctx):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
sources = bld.path.ant_glob("**/*.cpp")
|
||||
|
||||
bld.stlib(
|
||||
source = sources,
|
||||
includes = 'include',
|
||||
name = 'elf',
|
||||
target = 'elf',
|
||||
use = 'KUTIL',
|
||||
)
|
||||
|
||||
# vim: ft=python et
|
||||
Reference in New Issue
Block a user