Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
57e09d37
Commit
57e09d37
authored
Apr 20, 2010
by
Ronald Oussoren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure the framework installs cleanly after
the recent changes to CFLAGS and BASECFLAGS.
parent
052a62a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Mac/Makefile.in
Mac/Makefile.in
+3
-0
Mac/PythonLauncher/Makefile.in
Mac/PythonLauncher/Makefile.in
+1
-1
No files found.
Mac/Makefile.in
View file @
57e09d37
...
...
@@ -15,6 +15,9 @@ LDFLAGS=@LDFLAGS@
FRAMEWORKUNIXTOOLSPREFIX
=
@FRAMEWORKUNIXTOOLSPREFIX@
PYTHONFRAMEWORK
=
@PYTHONFRAMEWORK@
PYTHONFRAMEWORKIDENTIFIER
=
@PYTHONFRAMEWORKIDENTIFIER@
MACOSX_DEPLOYMENT_TARGET
=
@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@
export
MACOSX_DEPLOYMENT_TARGET
# These are normally glimpsed from the previous set
...
...
Mac/PythonLauncher/Makefile.in
View file @
57e09d37
...
...
@@ -2,7 +2,7 @@ CC=@CC@
LD
=
@CC@
BASECFLAGS
=
@BASECFLAGS@
OPT
=
@OPT@
CFLAGS
=
$(BASECFLAGS)
$(OPT)
CFLAGS
=
@CFLAGS@
$(BASECFLAGS)
$(OPT)
LDFLAGS
=
@LDFLAGS@
srcdir
=
@srcdir@
VERSION
=
@VERSION@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment