bam.lua: Adding descriptive comment to global_settings.lib.prefix
This commit is contained in:
parent
01b626d44e
commit
788e3f697e
1 changed files with 2 additions and 0 deletions
2
bam.lua
2
bam.lua
|
|
@ -58,6 +58,8 @@ end
|
|||
|
||||
-- Output configuration
|
||||
--------------------------------
|
||||
|
||||
-- Output path for static libraries.
|
||||
global_settings.lib.prefix = Path(paths.build) .. "/"
|
||||
|
||||
global_settings.link.Output = function(settings, input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue