Skip to content
Snippets Groups Projects
Commit 58446794 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix bitrot: set GC_SRC to gc.c if FEATURE_GENCGC is not defined.

parent 440a04a8
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ endif
ifdef FEATURE_GENCGC
GENCGC = -DGENCGC
GC_SRC = gencgc.c
else
GC_SRC = gc.c
endif
# Enable support for SSE2. If FEATURE_X87 is set, we want SSE2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment