summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/benchmarks.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/benchmarks.lua')
-rw-r--r--scripts/src/benchmarks.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/benchmarks.lua b/scripts/src/benchmarks.lua
index f774e3f45ca..a643939d6db 100644
--- a/scripts/src/benchmarks.lua
+++ b/scripts/src/benchmarks.lua
@@ -45,13 +45,13 @@ project "benchmark"
project("benchmarks")
uuid ("a9750a48-d283-4a6d-b126-31c7ce049af1")
- kind "ConsoleApp"
+ kind "ConsoleApp"
flags {
- "Symbols", -- always include minimum symbols for executables
+ "Symbols", -- always include minimum symbols for executables
}
- if _OPTIONS["SEPARATE_BIN"]~="1" then
+ if _OPTIONS["SEPARATE_BIN"]~="1" then
targetdir(MAME_DIR)
end