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-9d2fd5bffc1fpull/1/head
parent
7f958444e2
commit
9e8a9586b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue