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 4a55864 commit 4195d86Copy full SHA for 4195d86
config/opal_mca.m4
@@ -696,7 +696,7 @@ AC_DEFUN([MCA_COMPONENT_COMPILE_MODE],[
696
AS_VAR_COPY([SHARED_COMPONENT], [DSO_$2_$3])
697
698
STATIC_FRAMEWORK="$STATIC_$2"
699
- AS_VAR_COPY([STATIC_COMPONENT], [DSO_$2_$3])
+ AS_VAR_COPY([STATIC_COMPONENT], [STATIC_$2_$3])
700
701
# Look for the most specific specifier between static/dso. If
702
# there is a tie (either neither or both specified), prefer
0 commit comments