Permalink
Browse files

Remove complexobject.c from the OVM build.

  • Loading branch information...
Andy Chu
Andy Chu committed May 21, 2018
1 parent e6a0bcb commit 7ca83b0e88900bbc93590114a2676e9bc207a85a
Showing with 3 additions and 2 deletions.
  1. +3 −2 build/compile.sh
View
@@ -55,7 +55,6 @@ Objects/cellobject.c
Objects/classobject.c
Objects/cobject.c
Objects/codeobject.c
Objects/complexobject.c
Objects/descrobject.c
Objects/enumobject.c
Objects/exceptions.c
@@ -125,7 +124,9 @@ readonly PREPROC_FLAGS=(
-D PYTHONPATH="$EMPTY_STR" \
-D VERSION="$EMPTY_STR" \
-D VPATH="$EMPTY_STR" \
-D Py_BUILD_CORE
-D Py_BUILD_CORE \
# Python already has support for disabling complex numbers!
-D WITHOUT_COMPLEX
)
readonly INCLUDE_PATHS=(-I . -I Include -I ../_devbuild/gen)

0 comments on commit 7ca83b0

Please sign in to comment.