Skip to content

Commit 21f82ae

Browse files
committed
Introduce compiler version for osx, deactivate library
1 parent 637887b commit 21f82ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pixi.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,15 @@ backend = { name = "pixi-build-cmake", version = "0.3.*" }
3939

4040
[package.build.config]
4141
extra-args = [
42-
"-DFANS_LIBRARY_FOR_MICRO_MANAGER=ON",
42+
# "-DFANS_LIBRARY_FOR_MICRO_MANAGER=ON",
4343
"-DCMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH=OFF",
4444
"-DCMAKE_FIND_FRAMEWORK=Never",
4545
"-DCMAKE_FIND_APPBUNDLE=Never"
4646
]
4747

48+
[workspace.target.osx.build-variants]
49+
cxx_compiler_version = ["18"]
50+
4851
[workspace.target.osx-arm64.build-variants]
4952
cxx_compiler_version = ["18"]
5053

0 commit comments

Comments
 (0)