Fuxing Huang

Results 7 comments of Fuxing Huang

I get the same issue Device model: MacBook Air m1(2020)

I hope someone can assist me in adding the library, or directly help me add it myself.

> You need to add `on_test` to check the links Yes I know, I try `on_test`, bug its failed. So I direct test it using a project, and it also...

> It's probably a link order issue, you probably have to add links to let xmake know in which order it should link them. This may be a large workload...

> Check installdir/lib and add_links explicitly: > > https://github.com/xmake-io/xmake-repo/blob/79a5f74631f82d0bd19788a58b64ff859cd6a75f/packages/b/brotli/xmake.lua#L21 > > However, the package has some external dependencies that need to be added as well Its huge project can't be...

> You can try, for example, adding the packages that xrepo already has first > > ```lua > package("or-tools") > set_homepage("https://developers.google.com/optimization/") > set_description("Google's Operations Research tools") > set_license("Apache-2.0") > >...

> You can try, for example, adding the packages that xrepo already has first > > ```lua > package("or-tools") > set_homepage("https://developers.google.com/optimization/") > set_description("Google's Operations Research tools") > set_license("Apache-2.0") > >...