From 82ddf7b38e0e6bde25461de8b7fdb67d50746716 Mon Sep 17 00:00:00 2001 From: botamochi0x12 <35482739+botamochi0x12@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:38:56 +0000 Subject: [PATCH] fix: include `mvec` for compilation Co-Authored-By: Claude Sonnet 5 --- ext/phashion_ext/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phashion_ext/extconf.rb b/ext/phashion_ext/extconf.rb index 6758ba1..a7a2c0f 100644 --- a/ext/phashion_ext/extconf.rb +++ b/ext/phashion_ext/extconf.rb @@ -41,7 +41,7 @@ system("cp -f libpHash.a libpHash_gem.a") system("cp -f libpHash.la libpHash_gem.la") end - $LIBS = " -lpthread -lpHash_gem -lstdc++ -ljpeg -lpng -lm" + $LIBS = " -lpthread -lpHash_gem -lstdc++ -ljpeg -lpng -lmvec -lm" end have_header 'sqlite3ext.h'