Sha256: 52782f75eb49d46590fc0d932f987e06b1119b28718f61c7d4f55dd20c6bf378
Contents?: true
Size: 234 Bytes
Versions: 16
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true require 'mkmf' abort 'libstdc++ is not found.' unless have_library('stdc++') $CXXFLAGS << ' -std=c++14' $INCFLAGS << " -I$(srcdir)/src" $VPATH << "$(srcdir)/src" create_makefile('hnswlib/hnswlibext')
Version data entries
16 entries across 16 versions & 1 rubygems