diff --git a/litex_setup.py b/litex_setup.py index ff2777bfa..c6389ad66 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -8,7 +8,8 @@ from collections import OrderedDict import urllib.request -current_path = os.path.dirname(os.path.realpath(__file__)) +current_path = os.path.abspath(os.curdir) + # Repositories -------------------------------------------------------------------------------------