diff options
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index e743050a349..847912f6497 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1,5 +1,4 @@ premake.check_paths = true -premake.make.linkoptions_after = true premake.make.override = { "TARGET" } MAME_DIR = (path.getabsolute("..") .. "/") local MAME_BUILD_DIR = (MAME_DIR .. "build/") |