mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require 'mkmf'
|
||||
|
||||
dir_config('yourlib')
|
||||
|
||||
if have_header('yourlib.h') and have_library('yourlib', 'yourlib_init')
|
||||
# If you use swig -c option, you may have to link libswigrb.
|
||||
# have_library('swigrb')
|
||||
create_makefile('yourlib')
|
||||
end
|
||||
Reference in New Issue
Block a user