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…
Reference in a new issue