Opened 11 years ago
Last modified 11 years ago
#6512 new Bugs
Find a framework directory on darwin not work
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | python USE GITHUB |
| Version: | Boost 1.47.0 | Severity: | Problem |
| Keywords: | Cc: | RWGrosse-Kunstleve@… |
Description
patch for python.jam
866c866 < local framework-directory = $(libraries[-1]) ; --- > framework-directory = $(libraries[-1]) ;
Sorry, my English is very bad to explain more, patch should fix it.
Note:
See TracTickets
for help on using tickets.

Hi Vladimir, I don't know boost.build. Does this patch look good to you? Ralf