I have no clue about the issue, but I would try to debug it by wrapping tour command in a script that prints available environment variables to check they match your expectations. I would also try to find which file is missing. On Linux I would prefix the command with strace. On windows maybe create a bat script and dump as much info as possible about the modified environment the command runs in.
Le 7 juin 2024 21:35:48 GMT+02:00, Grayson Clark <[email protected]> a écrit : >Here I have a build variant that builds using emscripten and it's giving >this error about not being able to find some file or folder. >Emscripten env variables are set up properly as shown by the fact that I >can run emcc. >Oddly, copy and pasting that output command into the terminal and just >running it works perfectly normal. Only when it's run through tup does it >give this error. >Anyone have any ideas why this might happen? Is this a me issue? Or >something with tup? > >[image: Screenshot 2024-06-07 143036.png] > >Cheers > >-- >-- >tup-users mailing list >email: [email protected] >unsubscribe: [email protected] >options: http://groups.google.com/group/tup-users?hl=en >--- >You received this message because you are subscribed to the Google Groups >"tup-users" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to [email protected]. >To view this discussion on the web visit >https://groups.google.com/d/msgid/tup-users/c23b3ec3-bd07-4b46-9250-8620e91a9e06n%40googlegroups.com. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tup-users/7097DC3C-C1BD-41BF-9CF8-8EA6B57ABAB6%40gmail.com.
