Sha256: 6fe0b85db795ab7426d6a16659bb2b13823aa734d76f1f20a776571d099d3bce
Contents?: true
Size: 468 Bytes
Versions: 18
Compression:
Stored size: 468 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
18 entries across 18 versions & 1 rubygems