X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=inline;f=scripts%2Fbuildor%2Ffix_project_references.py;h=58af91e287b18ebbe858eba582b2af4a8cd0d5e6;hb=81ff468e27ccaf567a2c25d4356d9c8e10810609;hp=c6200a40d0c259b8a87442fa617ec77a626df1e4;hpb=b70fe636fde2c1eb990ac07cf5e1e1a2189cfffb;p=feisty_meow.git diff --git a/scripts/buildor/fix_project_references.py b/scripts/buildor/fix_project_references.py index c6200a40..58af91e2 100644 --- a/scripts/buildor/fix_project_references.py +++ b/scripts/buildor/fix_project_references.py @@ -581,7 +581,7 @@ dealing with the existing buffer. test_file = "" if len(self.arguments) > 1: test_file = self.arguments[1] - if test_file == "": test_file = os.getenv("REPOSITORY_DIR") + "/nucleus/applications/nechung/nechung.vcxproj" + if test_file == "": test_file = os.getenv("FEISTY_MEOW_DIR") + "/nucleus/applications/nechung/nechung.vcxproj" print("test file is: " + test_file) guid = self.extract_guid_from_project_file(test_file)