1
0
Fork 0

bam.lua: Set custom compiler functions.

This commit is contained in:
Henrik Hautakoski 2022-09-12 19:57:10 +02:00
parent d678f3c7a0
commit 859e95eea8

View file

@ -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
--------------------------------