Issue #11361: building fails on macOS.

This line should have never been pushed (in commit a78c41d2a3), my bad! It was
an early (extremely ugly and bad!) attempt to try and have the bindings see the
libraries another way than using DYLD_LIBRARY_PATH (which was instead resolved
with commit 3e980d5ad4).

This omission went unnoticed until I add `set -e` very likely as this failed
command would stop the script in failure.
This commit is contained in:
Jehan 2024-04-20 20:13:51 +02:00
parent d661e8efb1
commit ef314804c4
1 changed files with 0 additions and 1 deletions

View File

@ -1908,7 +1908,6 @@ if meson.can_run_host_binaries()
foreach plugin_exe : plugin_executables
gimp_run_env.prepend('GIMP_TEMP_UPDATE_RPATH', plugin_exe)
endforeach
gimp_run_env.prepend('GIMP_TEMP_UPDATE_RPATH', gi.get_variable('libdir') / 'libgirepository-1.0.dylib')
endif
else
# Cross-builds require an existing native GIMP installed, unless we