We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1de22 commit ceb934aCopy full SHA for ceb934a
1 file changed
setup.py
@@ -237,9 +237,8 @@ def use_bundled_luajit(path, macros):
237
build_env['CFLAGS'] = "-fPIC"
238
239
output = subprocess.check_output(build_script, cwd=src_dir, env=build_env)
240
+ print(output.decode().strip())
241
if lib_file.encode("ascii") not in output:
- print("Building LuaJIT did not report success:")
242
- print(output.decode().strip())
243
print("## Building LuaJIT may have failed ##")
244
245
return {
0 commit comments