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 4d0078f commit 72ba750Copy full SHA for 72ba750
external/lib/linux/x86_64/meson.build
@@ -4,6 +4,6 @@ if get_option('install_fmod')
4
install_data(fmod_so, install_dir:get_option('fmod_dir'), install_mode:'rwxr-xr-x')
5
endif
6
7
-fmod = compiler.find_library('libfmod', dirs: meson.current_source_dir())
+fmod = compiler.find_library('fmod', dirs: meson.current_source_dir())
8
9
deps += fmod
external/lib/macos/meson.build
@@ -1,3 +1,3 @@
1
fmod_so = files('libfmod.dylib')
2
3
-external_objects += fmod_so
+fmod = compiler.find_library('fmod', dirs:meson.current_source_dir())
0 commit comments