diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-13 22:50:15 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-13 22:50:15 +0200 |
commit | 62a023ba570bac31a952d574f834249dee6c3d11 (patch) | |
tree | a0959d5e59659940524132707dadf490cb22abd4 /bam.lua | |
parent | 360da84db0d7165c84d160b518f39cd16006c758 (diff) | |
download | kogata-62a023ba570bac31a952d574f834249dee6c3d11.tar.gz kogata-62a023ba570bac31a952d574f834249dee6c3d11.zip |
Fix tests
Diffstat (limited to 'bam.lua')
-rw-r--r-- | bam.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |