fix Windows build

This commit is contained in:
John Cupitt 2017-07-26 16:45:04 +01:00
parent 34970d0cf2
commit 999dfb2870
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ vips__windows_prefix_once( void *null )
#ifdef OS_WIN32
prefix = g_win32_get_package_installation_directory_of_module(
vips__dll ),
vips__dll );
#else
prefix = (char *) g_getenv( "VIPSHOME" );
#endif