We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1796e75 commit d079bf4Copy full SHA for d079bf4
meson.build
@@ -289,14 +289,13 @@ exiv2int_dep = declare_dependency(
289
link_with: exiv2int,
290
)
291
292
-exiv2 = library(
+exiv2 = static_library(
293
'exiv2',
294
base_lib,
295
xmp_lib,
296
cpp_args: cargs,
297
- version: meson.project_version(),
298
gnu_symbol_visibility: 'hidden',
299
- dependencies: [deps, exiv2int_dep],
+ dependencies: [deps],
300
include_directories: libinc,
301
install: true,
302
wasm32.text
@@ -0,0 +1,3 @@
1
+[binaries]
2
+c = 'emcc'
3
+cpp = 'em++'
0 commit comments