Skip to content

Commit f957031

Browse files
authored
Merge pull request #1 from KitaitiMakoto/ruby-options
Fix for Ruby options Thanks - I'm clueless regartding Ruby...
2 parents 420af26 + c71ced4 commit f957031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/ruby/ext/options.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def extra_options
6161

6262
def configure
6363
filepath "ACCELERATE_FRAMEWORK"
64+
ignored "BINDINGS_FLAT"
6465
ignored "BUILD_SHARED_LIBS"
6566
ignored "BUILD_TESTING"
6667
ignored "CMAKE_BUILD_TYPE"
@@ -83,6 +84,7 @@ def configure
8384
bool "GGML_AVX_VNNI"
8485
ignored "GGML_BACKEND_DL"
8586
ignored "GGML_BIN_INSTALL_DIR"
87+
ignored "GGML_BINDINGS_FLAT"
8688
bool "GGML_BLAS"
8789
string "GGML_BLAS_VENDOR"
8890
bool "GGML_BMI2"

0 commit comments

Comments
 (0)