Ivan Sadílek
Ivan Sadílek
Just wanted to post an issue on this exact behavior. Any progress on it?
I tried the environment variable solution, but if the `config.toml` is present, it still displays the same error. I think I'm using it correctly though, because if I set a...
It does seem that way. For now I'm just renaming the config with a script. A pity though, an env variable fix would be less cumber some. Thanks for the...
Yes, the flag does pass, as I mentioned earlier if I specify a non-existing linker like `export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER="this_isnt_a_linker"`. I can see the compilation fails at looking for it, so it...
I'm unsure of how cross is exactly implemented with cargo, but I would expect that cross has the ability to read CLI arguments and act based upon them. I imagine...
By playing around I tried to understand this issue and thought I'd post this description of it. #### The `missing linker error` occurs within `cargo`, if building for any target...
~~So far I only tried per project `.cargo/config.toml`, haven't used a global one.~~ Edit: Nevermind the original issue did.
Hi, I have a work project that depends on internal resistor setup. Was some work done on this or should I just fork.
I would really like to try out this way of adding a native package to expo, I cloned the repo, build tsc, and supplied the app.json with a path to...
@EvanBacon Thanks for the advice, I'm having a problem packing the repo. When I want to get an http link from the green button at git I clone some other...