Allow ruby versions 3.2 and 3.4 for installation
This commit is contained in:
8
libs/libruby/ruby/oniguruma.h
vendored
Normal file
8
libs/libruby/ruby/oniguruma.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef ONIGURUMA_H
|
||||
#define ONIGURUMA_H
|
||||
#include "onigmo.h"
|
||||
#define ONIGURUMA
|
||||
#define ONIGURUMA_VERSION_MAJOR ONIGMO_VERSION_MAJOR
|
||||
#define ONIGURUMA_VERSION_MINOR ONIGMO_VERSION_MINOR
|
||||
#define ONIGURUMA_VERSION_TEENY ONIGMO_VERSION_TEENY
|
||||
#endif /* ONIGURUMA_H */
|
||||
Reference in New Issue
Block a user