We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bac20 commit 9583855Copy full SHA for 9583855
1 file changed
src/C/C.jl
@@ -14,7 +14,7 @@ using Libdl:
14
using Preferences: @load_preference
15
16
# do not load CondaPkg if the exe preference is set to something else
17
-if @load_preference("exe", "") in ("", "@CondaPkg")
+if @load_preference("exe", "@CondaPkg") == "@CondaPkg"
18
using CondaPkg: CondaPkg
19
end
20
0 commit comments