Skip to content

Commit b36c4a8

Browse files
committed
stupid py
1 parent 318edb9 commit b36c4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
os.remove(zip_path)
8585
elif CI and sys.platform.startswith('linux'):
8686
# For CI Linux builds, Lua library should already be in dist/unzipped
87-
lua_library = "liblua.so"
87+
lua_library = f"{library_prefix}lua5.4{library_extension}"
8888
if not os.path.exists(os.path.join("dist", "unzipped", lua_library)):
8989
print("Error: Steam Runtime Lua library not found")
9090
sys.exit(1)

0 commit comments

Comments
 (0)