Permalink
Browse files

Remove getopt.c from the build.

  • Loading branch information...
Andy Chu
Andy Chu committed Aug 19, 2018
1 parent 9ca3d7f commit 635d6b1b612b0bc451320b2d1fd42b6a66a24975
Showing with 2 additions and 1 deletion.
  1. +2 −1 build/compile.sh
View
@@ -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

Please sign in to comment.