mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[meson] build ragel as a native tool
When cross compiling it will build a target (host) binary that can't be run on the building machine. Also remove the install flag which is not compatible with the native flag, but the custom built ragel is correctly picked.
This commit is contained in:
parent
31c45e841f
commit
6253b3a905
1 changed files with 1 additions and 1 deletions
|
@ -62,5 +62,5 @@ ragel = executable(
|
|||
meson.project_name(),
|
||||
ragel_sources,
|
||||
include_directories : ['aapl', 'ragel'],
|
||||
install : true,
|
||||
native : true,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue