소스 검색

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