Add defines to easily detect the current target architecture.

Supplement missing compile switches for recent feature additions.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@779 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2010-07-11 00:38:14 +00:00
parent 7f958444e2
commit 9e8a9586b3
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# if defined(__x86_32__) || defined(__i386__)
# define ASSIMP_BUILD_X86_32BIT_ARCHITECTURE
# elif defined(__x86_64__)
# define ASSIMP_BUILD_FOR_X86_64BIT_ARCHITECTURE
# define ASSIMP_BUILD_X86_64BIT_ARCHITECTURE
# else
# error unknown architecture
# endif