From acfc7d09e5a4e2efe53607c2c9222ef4e9cfc073 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 21 Aug 2017 20:58:23 -0700 Subject: nsgenbind: Build with host toolchain We run nsgenbind during the build, so it must use the host toolchain. --- pkg/netsurf/nsgenbind/gen.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/netsurf/nsgenbind/gen.rc b/pkg/netsurf/nsgenbind/gen.rc index 67213927..e94b55df 100644 --- a/pkg/netsurf/nsgenbind/gen.rc +++ b/pkg/netsurf/nsgenbind/gen.rc @@ -1,3 +1,4 @@ +toolchain host cflags -I '$srcdir'/src for(src in nsgenbind-^(lexer parser)^.c webidl-^(lexer parser)^.c) -- cgit v1.2.3