mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
use win_amd64 instead of win64, and win_i386 instead of win32
This commit is contained in:
parent
5de361dfd4
commit
88ef2618eb
@ -26,10 +26,10 @@
|
|||||||
// This has already been defined explicitly by the Config.pp file.
|
// This has already been defined explicitly by the Config.pp file.
|
||||||
|
|
||||||
#elif defined(_WIN64)
|
#elif defined(_WIN64)
|
||||||
#define DTOOL_PLATFORM "win64"
|
#define DTOOL_PLATFORM "win_amd64"
|
||||||
|
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
#define DTOOL_PLATFORM "win32"
|
#define DTOOL_PLATFORM "win_i386"
|
||||||
|
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#if defined(BUILD_IPHONE)
|
#if defined(BUILD_IPHONE)
|
||||||
|
@ -297,8 +297,8 @@ get_build_date() {
|
|||||||
// Access: Published, Static
|
// Access: Published, Static
|
||||||
// Description: Returns a string representing the runtime platform
|
// Description: Returns a string representing the runtime platform
|
||||||
// that we are currently running on. This will be
|
// that we are currently running on. This will be
|
||||||
// something like "win32" or "osx.i386" or
|
// something like "win32" or "osx_i386" or
|
||||||
// "linux.amd64".
|
// "linux_amd64".
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
string PandaSystem::
|
string PandaSystem::
|
||||||
get_platform() {
|
get_platform() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user