fix: add ofxPiMapper src subdirs to include path for FboSource.h
This commit is contained in:
@ -226,6 +226,10 @@ for lib in "$OF_DIR/libs"/*/; do
|
|||||||
OF_EXTRA_INCLUDES="$OF_EXTRA_INCLUDES -I$subdir"
|
OF_EXTRA_INCLUDES="$OF_EXTRA_INCLUDES -I$subdir"
|
||||||
done < <(find "$incdir" -type d)
|
done < <(find "$incdir" -type d)
|
||||||
done
|
done
|
||||||
|
# ofxPiMapper addon subdirectories (Sources/, Surfaces/, Textures/, etc.)
|
||||||
|
while IFS= read -r subdir; do
|
||||||
|
OF_EXTRA_INCLUDES="$OF_EXTRA_INCLUDES -I$subdir"
|
||||||
|
done < <(find "$ADDON_DIR/src" -type d)
|
||||||
|
|
||||||
make clean 2>/dev/null || true
|
make clean 2>/dev/null || true
|
||||||
make -j1 \
|
make -j1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user