Replies: 2 comments 20 replies
-
How do you want to use this info? Also, generally it's not advised to have the variant dir be underneath the source dir. so |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use
SConscript('a', variant_dir='build/a')
to build the system. Ina/SConscript
how can I get the original dir 'a'? If I useos.getcwd()
ina/SConscript
I will getbuild/a
.Beta Was this translation helpful? Give feedback.
All reactions