diff options
Diffstat (limited to 'vcpkg/ports/fontconfig/emscripten.diff')
| -rw-r--r-- | vcpkg/ports/fontconfig/emscripten.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/fontconfig/emscripten.diff b/vcpkg/ports/fontconfig/emscripten.diff new file mode 100644 index 0000000..da8ef29 --- /dev/null +++ b/vcpkg/ports/fontconfig/emscripten.diff @@ -0,0 +1,13 @@ +diff --git a/meson.build b/meson.build +index 08d9532..37cc195 100644 +--- a/meson.build ++++ b/meson.build +@@ -289,7 +289,7 @@ if fc_cachedir in ['yes', 'no', 'default'] + endif + endif + +-if host_machine.system() != 'windows' ++if host_machine.system() != 'windows' and host_machine.system() != 'emscripten' + thread_dep = dependency('threads') + conf.set('HAVE_PTHREAD', 1) + deps += [thread_dep] |