aboutsummaryrefslogtreecommitdiffstats
path: root/sys/targets
diff options
context:
space:
mode:
Diffstat (limited to 'sys/targets')
-rw-r--r--sys/targets/targets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index 3635eb023..8a1b80f27 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -586,7 +586,7 @@ var (
commonCFlags = []string{
"-std=c++11",
"-I.",
- "-Ivendor",
+ "-Iexecutor/_include",
"-O2",
"-pthread",
"-Wall",