mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-18 00:10:37 +01:00
[Makefile.win32] Don't declare CAIRO_NO_MUTEX
This commit is contained in:
parent
6892daf77c
commit
310908ce2d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ DEFAULT_CFLAGS += -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
|
|||
DEFAULT_CFLAGS += -DPACKAGE_BUGREPORT="" -DCAIRO_BUILD
|
||||
DEFAULT_CFLAGS += -I.
|
||||
DEFAULT_CFLAGS += $(PIXMAN_CFLAGS)
|
||||
DEFAULT_CFLAGS += -DCAIRO_NO_MUTEX=1 -DLIBCAIRO_EXPORTS
|
||||
DEFAULT_CFLAGS += -DLIBCAIRO_EXPORTS
|
||||
|
||||
CFLAGS := $(DEFAULT_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue