Skip to content

Commit 5314354

Browse files
committed
Merge branch 'po/makefile-export' into 'master'
Add export for GPR_PROJECT_PATH. Closes #36 See merge request eng/toolchain/aws!39
2 parents ce62874 + 623da1b commit 5314354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ OOTDIR := /$(TARGET)
5959
endif
6060

6161
# Add path to generated project files
62-
GPR_PROJECT_PATH := $(PRJ_DIR)$(PSEP)$(GPR_PROJECT_PATH)
62+
export GPR_PROJECT_PATH := $(PRJ_DIR)$(PSEP)$(GPR_PROJECT_PATH)
6363

6464
LIBAWS_TYPES := static
6565

0 commit comments

Comments
 (0)