Skip to content

Commit b8f7b82

Browse files
authored
place in common
1 parent 661f2d0 commit b8f7b82

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

conan_profiles/base/common

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ sdl_mixer/*:modplug=False
219219
sdl_mixer/*:nativemidi=False
220220
sdl_mixer/*:tinymidi=False
221221

222+
# libsquish
223+
# accelerate as much as possible
224+
libsquish/*:openmp=True
225+
libsquish/*:sse2_intrinsics=True
226+
222227
# transitive deps, stuff that's not needed
223228
# doesn't link to bzip2 & zlib from "system" recipes
224229
pcre2/*:build_pcre2grep=False

conanfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ def config_options(self):
4545
self.options["sdl_mixer"].shared = isSdlShared
4646
self.options["sdl_ttf"].shared = isSdlShared
4747

48-
self.options["libsquish"].openmp = True
49-
self.options["libsquish"].sse2_intrinsics = True
50-
5148
if self.settings.os == "Android":
5249
self.options["qt"].android_sdk = getenv("ANDROID_HOME")
5350

0 commit comments

Comments
 (0)