xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
10.21k stars 790 forks source link

Package not configured properly after first install #5829

Open jube opened 2 weeks ago

jube commented 2 weeks ago

Xmake Version

2.9.6

Operating System Version and Architecture

All

Describe Bug

I have a package that is used in a project. When building the project on the CI, the include directories are not passed to the compiler. See this logs for example. According to @SirLynix who investigated the issue, the package is not well configured after the first install, but after a new configuration of the project, it works.

Expected Behavior

Good configuration after the first install.

Project Configuration

Additional Information and Error Logs

waruqi commented 1 week ago

This project has too many dependencies, and I don't have an environment to debug it easily. Can you provide a minimal reproducible project?