diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-05-25 16:17:08 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-06-01 16:27:54 +0200 |
commit | ae04dac2db36ca13ea3ccbed70a2a8d23f8b73d5 (patch) | |
tree | e55b80cc88089a649d0dc5f4413133466ac761af /modules/text_server_adv/SCsub | |
parent | 801aadb401c729df267171c18d21a6334bbea639 (diff) |
Remove server platform
Diffstat (limited to 'modules/text_server_adv/SCsub')
-rw-r--r-- | modules/text_server_adv/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_adv/SCsub b/modules/text_server_adv/SCsub index a55b6dc283..d06c5c2f14 100644 --- a/modules/text_server_adv/SCsub +++ b/modules/text_server_adv/SCsub @@ -131,7 +131,7 @@ if env["builtin_harfbuzz"]: ] ) - if env["platform"] == "android" or env["platform"] == "linuxbsd" or env["platform"] == "server": + if env["platform"] == "android" or env["platform"] == "linuxbsd": env_harfbuzz.Append(CCFLAGS=["-DHAVE_PTHREAD"]) if env["platform"] == "javascript": |