diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-16 16:24:09 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-16 16:24:09 +0100 |
commit | 8cb10ca24623d9c12185c62c9eda5e03a673d94a (patch) | |
tree | 2189d9530aae4d028083d52d25bdc5c125e3f333 /cairo | |
parent | fc0bbb4fec98e7133541938306518c4fc9233e29 (diff) |
Make buid pixman on windows
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/pixman/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/pixman/makefile.mk b/cairo/pixman/makefile.mk index fd9d960c2cb7..df9c795c94eb 100644 --- a/cairo/pixman/makefile.mk +++ b/cairo/pixman/makefile.mk @@ -70,7 +70,7 @@ BUILD_DIR=$(CONFIGURE_DIR) .ELSE # WNT, not GCC BUILD_DIR=pixman -BUILD_ACTION=$(GNUMAKE) -f Makefile.win32 +BUILD_ACTION=$(GNUMAKE) -f Makefile.win32 MMX=off SSE2=on CFG=release .ENDIF .ELIF "$(GUIBASE)"=="aqua" |