Skip to content

Commit 623da1b

Browse files
committed
Add export for GPR_PROJECT_PATH.
It has been reported that on Rocky OS without the export the GPR_PROJECT_PATH variable is not properly passed to child process. Fixes eng/toolchain/aws#36.
1 parent ce62874 commit 623da1b

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)