Skip to content

Commit

Permalink
ccache: add missing \
Browse files Browse the repository at this point in the history
-DREDIS_STORAGE_BACKEND=OFF option is ignored due to missing \

Signed-off-by: Oskari Rauta <[email protected]>
  • Loading branch information
oskarirauta authored and hauke committed Sep 24, 2023
1 parent 2368caf commit b61ac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ccache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CMAKE_HOST_OPTIONS += \
-DCMAKE_CXX_COMPILER_LAUNCHER="" \
-DCMAKE_SKIP_RPATH=FALSE \
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOST}/lib" \
-DENABLE_DOCUMENTATION=OFF
-DENABLE_DOCUMENTATION=OFF \
-DREDIS_STORAGE_BACKEND=OFF

$(eval $(call HostBuild))

0 comments on commit b61ac68

Please sign in to comment.