Skip to content

Commit

Permalink
Fix compile_flags.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Aug 29, 2024
1 parent f3d958b commit 4e0fa4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"extern": {
"skift-org/skift": {
"git": "https://github.com/skift-org/skift",
"tag": "a88524c60c7b840e081d6cbe8d256c3062fd7b81"
"tag": "v24.08.29"
}
}
}
18 changes: 9 additions & 9 deletions src/compile_flags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
-Werror

-I./
-I./apps
-I./clis
-I./embed
-I./impls
-I./kernel
-I./libs
-I./specs
-I./srvs
-I./web
-I../.cutekit/extern/skift-org/skift/src/apps
-I../.cutekit/extern/skift-org/skift/src/clis
-I../.cutekit/extern/skift-org/skift/src/embed
-I../.cutekit/extern/skift-org/skift/src/impls
-I../.cutekit/extern/skift-org/skift/src/kernel
-I../.cutekit/extern/skift-org/skift/src/libs
-I../.cutekit/extern/skift-org/skift/src/specs
-I../.cutekit/extern/skift-org/skift/src/srvs
-I../.cutekit/extern/cute-engineering
-I../.cutekit/extern/cute-engineering
-I../.cutekit/extern/skift-org/skift
-I../.cutekit/generated
-I../.cutekit/generated/__aliases__

Expand Down
1 change: 0 additions & 1 deletion vaev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ if [ ! -f .cutekit/tools-ready ]; then

touch .cutekit/tools-ready
echo "Done!"
exit 0
fi

if [ "$1" == "tools" -a "$2" == "setup" ]; then
Expand Down

0 comments on commit 4e0fa4a

Please sign in to comment.