Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/38fc60486b8862b65d0694de6d3463f62fd3c462
...commit
http://git.netsurf-browser.org/netsurf.git/commit/38fc60486b8862b65d0694de6d3463f62fd3c462
...tree
http://git.netsurf-browser.org/netsurf.git/tree/38fc60486b8862b65d0694de6d3463f62fd3c462
The branch, master has been updated
via 38fc60486b8862b65d0694de6d3463f62fd3c462 (commit)
from ce23f500d13d6f32ed702386caaef7db19c112a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=38fc60486b8862b65d0694de6d3463f62fd3c462
commit 38fc60486b8862b65d0694de6d3463f62fd3c462
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Windows: Use pkg-config when building on Windows.
diff --git a/frontends/windows/Makefile.tools b/frontends/windows/Makefile.tools
index dff3dfe..24f0f7f 100644
--- a/frontends/windows/Makefile.tools
+++ b/frontends/windows/Makefile.tools
@@ -15,5 +15,5 @@ ifneq ($(HOST),windows)
else
# Building on Windows
CC := gcc
- PKG_CONFIG :=
+ PKG_CONFIG := pkg-config
endif
-----------------------------------------------------------------------
Summary of changes:
frontends/windows/Makefile.tools | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/windows/Makefile.tools b/frontends/windows/Makefile.tools
index dff3dfe..24f0f7f 100644
--- a/frontends/windows/Makefile.tools
+++ b/frontends/windows/Makefile.tools
@@ -15,5 +15,5 @@ ifneq ($(HOST),windows)
else
# Building on Windows
CC := gcc
- PKG_CONFIG :=
+ PKG_CONFIG := pkg-config
endif
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]