Browse Source

add stdfloat-double

David Rose 14 years ago
parent
commit
165fa85a4e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dtool/src/dtoolutil/pandaSystem.cxx

+ 4 - 0
dtool/src/dtoolutil/pandaSystem.cxx

@@ -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
 }
 
 ////////////////////////////////////////////////////////////////////