Skip to content

Commit

Permalink
Remove unnecessary code for adding some Lua 5.2 files
Browse files Browse the repository at this point in the history
The Lua 5.2.4 Makefile downloaded from lua.org/ftp has those .o files.
  • Loading branch information
xxyzz committed Apr 6, 2023
1 parent 9b029e2 commit 83b789f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ def use_bundled_lua(path, macros):
os.path.splitext(obj_file)[0] + '.c' if obj_file != 'lj_vm.o' else 'lj_vm.s'
for obj_file in obj_files
]
if 'lua52' in path:
lua_sources.extend(['lbitlib.c', 'lcorolib.c', 'lctype.c'])
src_dir = os.path.dirname(makefile)
ext_libraries = [
[libname, {
Expand Down

0 comments on commit 83b789f

Please sign in to comment.