bam.lua: Set custom compiler functions.
This commit is contained in:
parent
d678f3c7a0
commit
859e95eea8
1 changed files with 5 additions and 0 deletions
5
bam.lua
5
bam.lua
|
|
@ -6,6 +6,7 @@
|
|||
Import(".bam/path.lua")
|
||||
Import(".bam/utils.lua")
|
||||
Import(".bam/functions.lua")
|
||||
Import(".bam/compilers.lua")
|
||||
CheckVersion("0.5")
|
||||
|
||||
--------------------------------
|
||||
|
|
@ -57,6 +58,10 @@ if ScriptArgs.type ~= nil and ScriptArgs.type:match("^release") then
|
|||
end
|
||||
|
||||
|
||||
-- Compilers
|
||||
--------------------------------
|
||||
SetCompilers(global_settings)
|
||||
|
||||
-- Output configuration
|
||||
--------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue