Sha256: d9dd71f9160796b0ec28fde880734c9a78d00a13f8934e8491e4a5d20ab6a276
Contents?: true
Size: 467 Bytes
Versions: 6
Compression:
Stored size: 467 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'mkmf' require_relative '../lib/contrast/agent/version' def make! create_makefile "#{ $TO_MAKE }/#{ $TO_MAKE }" end def ext_path # __dir__ is relative to the file you're reading. # this file you're reading is presently within $APP_ROOT/ext/. __dir__ end require_relative './build_funchook' make!
Version data entries
6 entries across 6 versions & 1 rubygems