spelling: necessary

pull/2690/head
Josh Soref 7 years ago
parent dbf7c7edf8
commit f2835004ea
  1. 2
      test cases/common/125 shared module/meson.build

@ -6,7 +6,7 @@ l = shared_library('runtime', 'runtime.c')
# is a common approach for plugins that are only used
# with dlopen. Any symbols are resolved dynamically
# at runtime. This requires extra help on Windows, so
# should be avoided unless really neccessary.
# should be avoided unless really necessary.
m = shared_module('mymodule', 'module.c')
e = executable('prog', 'prog.c', link_with : l, dependencies : dl)
test('import test', e, args : m)

Loading…
Cancel
Save