# Copyright (c) 2020 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 name $TO_MAKE end def make! create_makefile "#{ name }/#{ name }" 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!