diff options
Diffstat (limited to 'o3d/build/pixman.gyp')
-rw-r--r-- | o3d/build/pixman.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/build/pixman.gyp b/o3d/build/pixman.gyp index ae4278f..a6e9457 100644 --- a/o3d/build/pixman.gyp +++ b/o3d/build/pixman.gyp @@ -38,8 +38,8 @@ # Go there! 'cd <(pixmanbuilddir) && ' # Configure it. - './configure --prefix=<(pkgconfigroot)/usr --disable-shared ' - '&& ' + 'CFLAGS="-arch <(mac_gcc_arch)" ./configure ' + '--prefix=<(pkgconfigroot)/usr --disable-shared && ' # Build. 'make && ' # "Install" to pkgconfigroot. |