mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
add stdfloat-double
This commit is contained in:
parent
5ba97d2ccc
commit
165fa85a4e
@ -37,6 +37,10 @@ PandaSystem() :
|
||||
// (!NDEBUG) mode, and only if they are not already defined.
|
||||
_package_version_string = PANDA_PACKAGE_VERSION_STR;
|
||||
_package_host_url = PANDA_PACKAGE_HOST_URL;
|
||||
|
||||
#ifdef STDFLOAT_DOUBLE
|
||||
add_system("stdfloat-double");
|
||||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user