Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 9783e85

Browse files
committed
make it do the symlinks otherwise it brek
1 parent 6ac4b75 commit 9783e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/lib/linux/x86_64/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cp = find_program('cp')
2-
fmod_so = files('libfmod.so.11')
3-
fmod = custom_target('libfmod', output:'libfmod.so', input:fmod_so, command:[cp, '@INPUT@', '@OUTPUT@'])
2+
fmod_so = files('libfmod.so.11', 'libfmod.so')
3+
fmod = custom_target('libfmod', output:['libfmod.so'], input:fmod_so, command:[cp, '-P', '@INPUT@', '@OUTDIR@'])

0 commit comments

Comments
 (0)