mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Detect amd64 platform correctly on FreeBSD
This commit is contained in:
parent
e445833bb3
commit
e01ebd5ecb
@ -140,7 +140,7 @@
|
|||||||
#defer INSTALL_PROG $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -m $[INSTALL_UMASK_PROG] $[install_dash_p] $[notdir $[local]] $[dest]/
|
#defer INSTALL_PROG $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -m $[INSTALL_UMASK_PROG] $[install_dash_p] $[notdir $[local]] $[dest]/
|
||||||
|
|
||||||
// What additional flags should we pass to interrogate?
|
// What additional flags should we pass to interrogate?
|
||||||
#if $[eq $[shell uname -m], x86_64] // if FreeBSD is 64bit
|
#if $[eq $[shell uname -m], amd64] // if FreeBSD is 64bit
|
||||||
#define SYSTEM_IGATE_FLAGS -D_LP64 -D__const=const -Dvolatile -Dmutable
|
#define SYSTEM_IGATE_FLAGS -D_LP64 -D__const=const -Dvolatile -Dmutable
|
||||||
#else
|
#else
|
||||||
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -Dvolatile -Dmutable
|
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -Dvolatile -Dmutable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user