mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Removing old waf build scripts and vendored libcxx
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
|
||||
def configure(ctx):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
sources = bld.path.ant_glob("**/*.cpp")
|
||||
sources += bld.path.ant_glob("**/*.s")
|
||||
|
||||
bld.program(
|
||||
source = sources,
|
||||
name = 'nulldrv',
|
||||
target = 'nulldrv',
|
||||
)
|
||||
|
||||
# vim: ft=python et
|
||||
Reference in New Issue
Block a user