Permalink
Browse files
Remove getopt.c from the build.
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
build/compile.sh
|
|
@@ -18,8 +18,10 @@ source build/common.sh |
|
|
# pythonrun.c: lots interpreter flags and interpreter initialization caused
|
|
|
# link errors.
|
|
|
|
|
|
# getargs.c: needed for Python-C API, e.g. PyArg_ParseTuple.
|
|
|
# dtoa.c: not tried, but I assume that %.3f for 'time' uses it.
|
|
|
|
|
|
|
|
|
readonly OVM_PYTHON_OBJS='
|
|
|
Python/_warnings.c
|
|
|
Python/bltinmodule.c
|
|
|
@@ -46,7 +48,6 @@ Python/random.c |
|
|
Python/structmember.c
|
|
|
Python/sysmodule.c
|
|
|
Python/traceback.c
|
|
|
Python/getopt.c
|
|
|
Python/pystrcmp.c
|
|
|
Python/pystrtod.c
|
|
|
Python/dtoa.c
|
|
|
|
0 comments on commit
635d6b1