bam.lua: append "_<TARGET_OS>" to examples output directory.
This commit is contained in:
parent
1902b92210
commit
6a84af227c
1 changed files with 1 additions and 1 deletions
2
bam.lua
2
bam.lua
|
|
@ -32,7 +32,7 @@ paths = {
|
|||
intermediate = PathJoin("spectre", TARGET_OS),
|
||||
|
||||
object = "obj",
|
||||
examples = "examples"
|
||||
examples = "examples_" .. TARGET_OS
|
||||
}
|
||||
|
||||
--------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue