Hi, I'm trying to use tup to build some nim project minimal repro: 1. download and install nim (by using choosenim) 2. create a *empty* nim source by touch a.nim 3. run tup init, and create Tupfile, with contents: `: a.nim |> nim c -o:a.exe a.nim |> a.exe` 4. run tup, and it will failed with Unable to read \.choosenim\current 5. even specify correct nim path in .choosenim path, still get similar error
I think it may related to dllinject/hook in windows -- -- 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/72925574-0ccc-4ab8-a73f-40c876be92a1n%40googlegroups.com.
