mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
If ragel 6.10 is not found, build it from source. Seems to work, except that ragel uses exceptions and we configure HarfBuzz build to not use exceptions, and I can’t find away to enable exceptions only for the ragel subproject. I had to remove cpp_eh=none from default options and try to disable exceptions in MSVC manually (other compilers are already handled).
11 lines
265 B
Text
11 lines
265 B
Text
[wrap-file]
|
|
directory = ragel-6.10
|
|
source_url = https://www.colm.net/files/ragel/ragel-6.10.tar.gz
|
|
source_filename = ragel-6.10.tar.gz
|
|
source_hash = 5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
|
|
patch_directory = ragel
|
|
|
|
[provide]
|
|
ragel = ragel
|
|
|
|
|