remove bogus (but non-problematic in this case) backslash

spotted by chris@
This commit is contained in:
sthen
2025-02-18 00:02:17 +00:00
parent 120c22f814
commit a05aa7fabc
+1 -1
View File
@@ -35,7 +35,7 @@ BUILD_DEPENDS = graphics/shaderc
CONFIGURE_ARGS = -DGGML_CCACHE=Off \
-DGGML_NATIVE=Off \
-DGGML_VULKAN=On \
-DGGML_VULKAN=On
# avoid requiring git during build
CONFIGURE_ARGS += -DGGML_BUILD_NUMBER=""