Explorar o código

Update xmake.lua

star9029 hai 1 ano
pai
achega
a02988c91c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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