Skip to content

Commit 22fe693

Browse files
authored
Fixing merge issue (#560)
1 parent bc7d2b9 commit 22fe693

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

common/autoconf/flags.m4

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -740,13 +740,12 @@ AC_DEFUN_ONCE([FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK],
740740
# The expected format is X.Y.Z
741741
MACOSX_VERSION_MIN=11.00.00
742742
AC_SUBST(MACOSX_VERSION_MIN)
743-
744-
# The macro takes the version with no dots, ex: 1070
745-
# Let the flags variables get resolved in make for easier override on make
746-
# command line.
747-
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMAC_OS_X_VERSION_MIN_REQUIRED=\$(subst .,,\$(MACOSX_VERSION_MIN)) -DMAC_OS_X_VERSION_MAX_ALLOWED=\$(subst .,,\$(MACOSX_VERSION_MIN)) -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
748-
LDFLAGS_JDK="$LDFLAGS_JDK -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
749-
fi
743+
744+
# The macro takes the version with no dots, ex: 1070
745+
# Let the flags variables get resolved in make for easier override on make
746+
# command line.
747+
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMAC_OS_X_VERSION_MIN_REQUIRED=\$(subst .,,\$(MACOSX_VERSION_MIN)) -DMAC_OS_X_VERSION_MAX_ALLOWED=\$(subst .,,\$(MACOSX_VERSION_MIN)) -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
748+
LDFLAGS_JDK="$LDFLAGS_JDK -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
750749
fi
751750
752751
# Setup some hard coded includes

0 commit comments

Comments
 (0)