We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318edb9 commit b36c4a8Copy full SHA for b36c4a8
tools/build.py
@@ -84,7 +84,7 @@
84
os.remove(zip_path)
85
elif CI and sys.platform.startswith('linux'):
86
# For CI Linux builds, Lua library should already be in dist/unzipped
87
- lua_library = "liblua.so"
+ lua_library = f"{library_prefix}lua5.4{library_extension}"
88
if not os.path.exists(os.path.join("dist", "unzipped", lua_library)):
89
print("Error: Steam Runtime Lua library not found")
90
sys.exit(1)
0 commit comments