Search found 1 match
- 2016-09-28T04:45:53-07:00
- Forum: Users
- Topic: How to build 32bit version on OS X?
- Replies: 13
- Views: 6519
Re: How to build 32bit version on OS X?
For what it's worth in case anyone else stumbles into this topic looking for help, I managed to get this working with the following configure command: ./configure --with-quantum-depth=16 --disable-dependency-tracking --without-perl CFLAGS="-arch i386" LDFLAGS="-arch i386" --enable-hdri=no --with ...