diff options
author | Cameron Cawley | 2019-08-13 10:23:32 +0100 |
---|---|---|
committer | GitHub | 2019-08-13 10:23:32 +0100 |
commit | 46adbfa7b5e3637c026d68082d8b6db0c685b142 (patch) | |
tree | b768d48b09c9572c7c37d41dc6cb044ba8a38e61 | |
parent | 91c6399476f4daed6adabc25e582807edca9b71e (diff) | |
download | scummvm-rg350-46adbfa7b5e3637c026d68082d8b6db0c685b142.tar.gz scummvm-rg350-46adbfa7b5e3637c026d68082d8b6db0c685b142.tar.bz2 scummvm-rg350-46adbfa7b5e3637c026d68082d8b6db0c685b142.zip |
LUA: Remove duplicate object file from module.mk
-rw-r--r-- | common/module.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/module.mk b/common/module.mk index e8e1f737d3..5ab2367e5d 100644 --- a/common/module.mk +++ b/common/module.mk @@ -70,7 +70,6 @@ MODULE_OBJS += \ lua/lbaselib.o \ lua/lcode.o \ lua/ldblib.o \ - lua/ldblib.o \ lua/ldebug.o \ lua/ldo.o \ lua/lfunc.o \ |