aboutsummaryrefslogtreecommitdiff
path: root/bam.lua
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2016-07-13 22:50:15 +0200
committerAlex Auvolat <alex@adnab.me>2016-07-13 22:50:15 +0200
commit62a023ba570bac31a952d574f834249dee6c3d11 (patch)
treea0959d5e59659940524132707dadf490cb22abd4 /bam.lua
parent360da84db0d7165c84d160b518f39cd16006c758 (diff)
downloadkogata-62a023ba570bac31a952d574f834249dee6c3d11.tar.gz
kogata-62a023ba570bac31a952d574f834249dee6c3d11.zip
Fix tests
Diffstat (limited to 'bam.lua')
-rw-r--r--bam.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/bam.lua b/bam.lua
index b0c6d54..47fc5f1 100644
--- a/bam.lua
+++ b/bam.lua
@@ -19,6 +19,7 @@ host_settings.cc.Output = BuildOutput
host_settings.cc.extension = ".host.o"
host_settings.cc.includes:Add("src/lib/include/proto",
"src/common/include")
+host_settings.link.extension = ".bin"
common_settings = NewSettings()