summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-04-18 17:24:02 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-04-18 17:25:30 +0800
commit19c504cc10efeb7e102ce469c0ca41d1d4e55fab (patch)
treef39a56a8a7739a41e009f176dba86a5e7db3d1e6
parent880bf64d578120cb484fb2b63d14b9dac6fee9ae (diff)
downloadgobject-introspection-19c504cc10efeb7e102ce469c0ca41d1d4e55fab.tar.gz
Visual Studio 201x builds: Fix "installation"
The .lib file was not copied from the right place, fix that.
-rw-r--r--win32/vs10/gi-install.propsin2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/vs10/gi-install.propsin b/win32/vs10/gi-install.propsin
index 86e8c197..2304a44c 100644
--- a/win32/vs10/gi-install.propsin
+++ b/win32/vs10/gi-install.propsin
@@ -56,7 +56,7 @@ copy ..\..\girepository\gdump.c $(CopyDir)\share\gobject-introspection-$(ApiVers
mkdir $(CopyDir)\lib
-copy $(BinDir)\bin\girepository-$(ApiVersion).lib $(CopyDir)\lib
+copy $(BinDir)\girepository-$(ApiVersion).lib $(CopyDir)\lib
mkdir $(CopyDir)\share\gir-$(ApiVersion)
copy ..\cairo-1.0.gir $(CopyDir)\share\gir-$(ApiVersion)