浏览代码

Update xmake.lua

star9029 1 年之前
父节点
当前提交
a02988c91c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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