Sha256: 60894efc35b2df030b221cd23bbb3574b415e1d4a5e4d53db2f3ca0650f6ca8b
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 Bytes
Contents
# Copyright (c) 2023 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
7 entries across 7 versions & 1 rubygems