mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
workaround broken getopt issue
This commit is contained in:
parent
16a4cc0d84
commit
dab54029a4
@ -53,7 +53,8 @@
|
||||
program understand `configure --with-gnu-libc' and omit the object files,
|
||||
it is simpler to just do this in the source for each such file. */
|
||||
|
||||
#if defined (_LIBC) || !defined (__GNU_LIBRARY__)
|
||||
/* Actually, we may need to compile this anyway, even on a gnu platform. */
|
||||
#if 1 /* defined (_LIBC) || !defined (__GNU_LIBRARY__) */
|
||||
|
||||
|
||||
/* This needs to come after some library #include
|
||||
|
@ -44,7 +44,8 @@
|
||||
program understand `configure --with-gnu-libc' and omit the object files,
|
||||
it is simpler to just do this in the source for each such file. */
|
||||
|
||||
#if defined (_LIBC) || !defined (__GNU_LIBRARY__)
|
||||
/* Actually, we may need to compile this anyway, even on a gnu platform. */
|
||||
#if 1 /* defined (_LIBC) || !defined (__GNU_LIBRARY__) */
|
||||
|
||||
|
||||
/* This needs to come after some library #include
|
||||
|
Loading…
x
Reference in New Issue
Block a user