]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Scripts to make a installer package in a disk image for wxPython and
[wxWidgets.git] / wxPython / src / helpers.cpp
index 72f84096ac7043aecd26c66a052b6aa1aa71f2e0..4188b1ebb9dedca6adbd4bc21dfbaa85ab17a58c 100644 (file)
@@ -182,6 +182,8 @@ void __wxPreStart()
     wxPyTMutex = new wxMutex;
 #endif
 
+    wxApp::CheckBuildOptions(wxBuildOptions());
+
     // Bail out if there is already a wxApp created.  This means that the
     // toolkit has already been initialized, as in embedding wxPython in
     // a C++ wxWindows app, so we don't need to call wxEntryStart.