Skip to content

Commit a1ea599

Browse files
committed
more changes to configure
1 parent 8fe63fc commit a1ea599

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

configure

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -731,16 +731,9 @@ AC_ARG_ENABLE([framework],
731731
FRAMEWORKALTINSTALLFIRST="frameworkinstallversionedstructure "
732732
FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallunixtools"
733733
FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkaltinstallunixtools"
734-
FRAMEWORKPYTHONW="frameworkpythonw"
735-
FRAMEWORKINSTALLAPPSPREFIX="/Applications"
736-
INSTALLTARGETS="commoninstall bininstall maninstall"
737-
738-
if test "x${prefix}" = "xNONE" ; then
739-
FRAMEWORKUNIXTOOLSPREFIX="${ac_default_prefix}"
734+
FRAMEWORKPYTHONW=
735+
INSTALLTARGETS="bininstall"
740736
741-
else
742-
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
743-
fi
744737
prefix=$PYTHONFRAMEWORKINSTALLDIR/Versions/$VERSION
745738
PYTHONFRAMEWORKINSTALLNAMEPREFIX=${prefix}
746739
RESSRCDIR=MacCatalyst/Resources

0 commit comments

Comments
 (0)