Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 393139 | Differences between
and this patch

Collapse All | Expand All

(-)src/config/makefile.h (-2 / +2 lines)
Lines 2133-2139 Link Here
2133
#
2133
#
2134
ifdef USE_PYTHON64
2134
ifdef USE_PYTHON64
2135
  CORE_LIBS += $(PYTHONHOME)/lib64/python$(PYTHONVERSION)/config/libpython$(PYTHONVERSION).a
2135
  CORE_LIBS += $(PYTHONHOME)/lib/libpython$(PYTHONVERSION).a
2136
else
2136
else
2137
  CORE_LIBS += $(PYTHONHOME)/lib/python$(PYTHONVERSION)/config/libpython$(PYTHONVERSION).a
2137
  CORE_LIBS += $(PYTHONHOME)/lib/libpython$(PYTHONVERSION).a
2138
endif
2138
endif
2139
endif
2139
endif

Return to bug 393139