Skip to content
Snippets Groups Projects
Commit 5f034d61 authored by Willian Padovani Germano's avatar Willian Padovani Germano
Browse files

Stupid mistake, forgot to add radiosity include dir to the...

Stupid mistake, forgot to add radiosity include dir to the source/blender/python/api2_2x/Makefile, breaking the makefiles build.  Thanks intrr for reporting.
parent 4c78cc75
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ CPPFLAGS += -I../../blenlib ...@@ -53,6 +53,7 @@ CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../blenloader CPPFLAGS += -I../../blenloader
CPPFLAGS += -I../../include CPPFLAGS += -I../../include
CPPFLAGS += -I../../render/extern/include CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I../../radiosity/extern/include
CPPFLAGS += -I$(NAN_BMFONT)/include CPPFLAGS += -I$(NAN_BMFONT)/include
CPPFLAGS += -I../../imbuf CPPFLAGS += -I../../imbuf
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment