Browse Source

Update xmake.lua

star9029 1 năm trước cách đây
mục cha
commit
a02988c91c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/l/libsquish/port/xmake.lua

+ 1 - 1
packages/l/libsquish/port/xmake.lua

@@ -7,7 +7,7 @@ if has_config("openmp") then
     add_defines("SQUISH_USE_OPENMP")
 end
 
-if has_config("openmp") then
+if has_config("sse2") then
     add_vectorexts("sse2")
     add_defines("SQUISH_USE_SSE=2")
 end