mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
data: Restrict 'default.env' to relocatable builds
The lack of distinction after 975c1891
was causing crashes in local builds.
This commit is contained in:
parent
fde0b27754
commit
685fe6c0c5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
environ_config = configuration_data()
|
||||
|
||||
if platform_windows
|
||||
if platform_windows and relocatable_bundle
|
||||
environ_config.set('BIN_PATH', 'PATH=${gimp_installation_dir}\\bin')
|
||||
else
|
||||
environ_config.set('BIN_PATH', '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue