diff options
author | David Robillard <d@drobilla.net> | 2021-05-24 13:54:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-24 13:54:18 -0400 |
commit | 830862ed8345a9620d2ff75293666e46972e2692 (patch) | |
tree | b5b2a10fb7e821644e91fdbbba172ce7d2a4fa49 | |
parent | 922057ce94be7190058447ffb74c60a56f1cfaa7 (diff) | |
download | pugl-830862ed8345a9620d2ff75293666e46972e2692.tar.gz pugl-830862ed8345a9620d2ff75293666e46972e2692.tar.bz2 pugl-830862ed8345a9620d2ff75293666e46972e2692.zip |
MacOS: Fix duplicate PuglStubView symbol
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8d748e6..d966b26 100644 --- a/meson.build +++ b/meson.build @@ -197,7 +197,7 @@ if host_machine.system() == 'darwin' corevideo_dep = dependency('CoreVideo', required: false) platform = 'mac' - platform_sources = ['src/mac.m', 'src/mac_stub.m'] + platform_sources = ['src/mac.m'] core_deps = [cocoa_dep, corevideo_dep] extension = '.m' |