Przeglądaj źródła

Update xmake.lua

star9029 1 rok temu
rodzic
commit
a02988c91c
1 zmienionych plików z 1 dodań i 1 usunięć
  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