[gobject-introspection] gi-setenv-msvc.mak: Fix LIB envvar
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] gi-setenv-msvc.mak: Fix LIB envvar
- Date: Mon, 7 Nov 2016 08:43:18 +0000 (UTC)
commit bb99fb5444dcbec8090ec4b33e6aa1d3334488e5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Nov 7 16:40:49 2016 +0800
gi-setenv-msvc.mak: Fix LIB envvar
We previously moved the NMake Makefiles to build the introspection files
into build/win32, but I forgot to change the LIB envvar setting to reflect
that, causing introspection builds to fail for GIRepository-2.0.gir (or to
use a previously-installed version of girepository-1.0.lib). Fix this.
build/win32/gi-setenv-msvc.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/gi-setenv-msvc.mak b/build/win32/gi-setenv-msvc.mak
index 6cfae3a..fe7935d 100644
--- a/build/win32/gi-setenv-msvc.mak
+++ b/build/win32/gi-setenv-msvc.mak
@@ -9,4 +9,4 @@ setgirbuildenv:
@set PYTHONPATH=$(TOP_SRCDIR);$(BINDIR)
@set PATH=$(BINDIR);$(PREFIX)\bin;$(PATH)
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
- @set LIB=win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PREFIX)\lib;$(LIB)
+ @set LIB=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PREFIX)\lib;$(LIB)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]