Skip to content

Commit 9fa1185

Browse files
committed
Enable SSE2 on Linux
1 parent b6e8969 commit 9fa1185

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

premake5.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ workspace "MTASA"
8181
dxdir.."Lib/x86"
8282
}
8383

84+
filter "system:linux"
85+
vectorextensions "SSE2"
86+
8487
-- Only build the client on Windows
8588
if os.get() == "windows" then
8689
group "Client"

0 commit comments

Comments
 (0)