From 9ff135581cc761b8243c93e1d77122b7849682e6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 28 May 2011 22:38:33 +0300 Subject: Attempt to fix vcl build on Windows --- vcl/AllLangResTarget_vcl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/AllLangResTarget_vcl.mk') diff --git a/vcl/AllLangResTarget_vcl.mk b/vcl/AllLangResTarget_vcl.mk index 9a3453af2810..307f8ae27754 100644 --- a/vcl/AllLangResTarget_vcl.mk +++ b/vcl/AllLangResTarget_vcl.mk @@ -37,7 +37,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,vcl/source/src)) $(eval $(call gb_SrsTarget_set_include,vcl/source/src,\ $$(INCLUDE) \ - -I$(SRCDIR)/vcl/inc \ + -I$(realpath $(SRCDIR)/vcl/inc) \ )) $(eval $(call gb_SrsTarget_add_files,vcl/source/src,\ -- cgit