mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
oops, this causes problems with buildbot, fix later
This commit is contained in:
parent
9f5d8a9548
commit
19ff5a0d7f
@ -36,6 +36,8 @@ preprocess_argv(int &argc, char **&argv) {
|
||||
#ifndef _WIN32
|
||||
// Not Windows: do nothing.
|
||||
#else // _WIN32
|
||||
// Temporarily commenting out to fix build. Revisit shortly.
|
||||
/*
|
||||
static Win32ArgParser parser;
|
||||
if (parser.is_cygwin_shell()) {
|
||||
// Running within Cygwin: do nothing.
|
||||
@ -46,5 +48,6 @@ preprocess_argv(int &argc, char **&argv) {
|
||||
parser.set_system_command_line();
|
||||
argc = parser.get_argc();
|
||||
argv = parser.get_argv();
|
||||
*/
|
||||
#endif // _WIN32
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user