constants.h: fix gcc6 build.
Signed-off-by: Adrien Destugues <[email protected]> Ticket : #13291
This commit is contained in:
committed by
Adrien Destugues
parent
83be289d7c
commit
7ad82d65de
@@ -36,10 +36,10 @@ typedef struct {
|
|||||||
|
|
||||||
|
|
||||||
static const Repository kDefaultRepos[] = {
|
static const Repository kDefaultRepos[] = {
|
||||||
{ "Haiku", "https://packages.haiku-os.org/haiku/master/"B_HAIKU_ABI_NAME
|
{ "Haiku", "https://packages.haiku-os.org/haiku/master/" B_HAIKU_ABI_NAME
|
||||||
"/current"},
|
"/current"},
|
||||||
{ "HaikuPorts", "https://packages.haiku-os.org/haikuports/master/repo/"
|
{ "HaikuPorts", "https://packages.haiku-os.org/haikuports/master/repo/"
|
||||||
B_HAIKU_ABI_NAME"/current" }
|
B_HAIKU_ABI_NAME "/current" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user