forgot "shell" in $(shell...
This commit is contained in:
parent
42d1e6b33a
commit
ac23d23a1c
2 changed files with 7 additions and 5 deletions
|
|
@ -381,8 +381,10 @@ extern WrapperData macosx;
|
|||
|
||||
#else
|
||||
|
||||
#include "rsvg.h"
|
||||
#include "rsvg-cairo.h"
|
||||
#include <librsvg/rsvg.h>
|
||||
#include <librsvg/rsvg-cairo.h>
|
||||
//#include "rsvg.h"
|
||||
//#include "rsvg-cairo.h"
|
||||
#if !defined(RSVG_H) || !defined(RSVG_CAIRO_H)
|
||||
#error "---------------------------------------------------"
|
||||
#error "If you installed libRSVG from packages, be sure"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue