Changes between Initial Version and Version 1 of Ticket #1575, comment 9
- Timestamp:
- 02/19/20 12:20:31 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1575, comment 9
initial v1 15 15 * r17860: a really annoying issue is that although the headers look the same, py3cairo and pycairo install in different places, but our source needs to reference just one header file.. so this a manual step is still needed: 16 16 {{{ 17 ln -sf py 3cairo.h /Users/gtk3/gtk/inst/include/pycairo/pycairo.h17 ln -sf pycairo.h /Users/gtk3/gtk/inst/include/pycairo/py3cairo.h 18 18 }}} 19 19