diff options
-rw-r--r-- | EdkShellPkg/EdkShellPkg.dsc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/EdkShellPkg/EdkShellPkg.dsc b/EdkShellPkg/EdkShellPkg.dsc index 07bcefd821..6a2335aaa2 100644 --- a/EdkShellPkg/EdkShellPkg.dsc +++ b/EdkShellPkg/EdkShellPkg.dsc @@ -25,9 +25,10 @@ BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
#
-# Change the macro to the directory containing the source code from EDK Shell Project.
+# Change the macro to the directory containing the source code from EDK Shell Project.
+# This is a workspace relative directory
#
-DEFINE EDK_SHELL_DIR = Shell
+DEFINE EDK_SHELL_DIR = EdkShellPkg/Shell
[Libraries]
#
|