Skip to content
Snippets Groups Projects
Commit 1721cd9c authored by Samuel John's avatar Samuel John
Browse files

Typo in comments

parent d9790309
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ class PythonInstalled < Requirement
# Set the sys.executable to use the opt_prefix
sys.executable = '#{HOMEBREW_PREFIX}/opt/#{name}/bin/python#{version.major}.#{version.minor}'
# Fix 4)
# Make LINKFORSHARED (and python-confing --ldflags) return the
# Make LINKFORSHARED (and python-config --ldflags) return the
# full path to the lib (yes, "Python" is actually the lib, not a
# dir) so that third-party software does not need to add the
# -F/#{HOMEBREW_PREFIX}/Frameworks switch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment