Skip to content

Commit ab46d43

Browse files
gnatcoll.gpr: rename external GNATCOLL_BUILD into GNATCOLL_BUILD_MODE
To avoid conflict with installed gnatcoll.gpr where GNATCOLL_BUILD means library type. Part of S709-037. Change-Id: I0f2d1fe21161ef9b2ba821234eb4bc22c4542fe9
1 parent 2b51b34 commit ab46d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnatcoll.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project GnatColl is
3434

3535
type Build_Type is ("DEBUG", "PROD");
3636
Build : Build_Type :=
37-
External ("GNATCOLL_BUILD", External ("BUILD", "DEBUG"));
37+
External ("GNATCOLL_BUILD_MODE", External ("BUILD", "DEBUG"));
3838

3939
type Library_Type_Type is ("relocatable", "static", "static-pic");
4040
Library_Type : Library_Type_Type := External ("LIBRARY_TYPE", "static");

0 commit comments

Comments
 (0)