aboutsummaryrefslogtreecommitdiff
path: root/bam.lua
diff options
context:
space:
mode:
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()