Changing bonnibel to respect the --arch flag to configure. This requires some reworking of modules, mostly in the addition of the ModuleList class instead of just a dict of modules.
10 lines
156 B
Python
10 lines
156 B
Python
# vim: ft=python
|
|
|
|
module("testapp",
|
|
target = "user",
|
|
deps = [ "libc" ],
|
|
description = "Testbed app",
|
|
sources = [
|
|
"main.cpp",
|
|
])
|