From 6a84af227cdaeb9a7f7977845af62da92545046d Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 10 Sep 2022 19:53:13 +0200 Subject: [PATCH] bam.lua: append "_" to examples output directory. --- bam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bam.lua b/bam.lua index 8838de9..33ad3bd 100644 --- a/bam.lua +++ b/bam.lua @@ -32,7 +32,7 @@ paths = { intermediate = PathJoin("spectre", TARGET_OS), object = "obj", - examples = "examples" + examples = "examples_" .. TARGET_OS } --------------------------------