Skip to content

Commit 48253e5

Browse files
committed
Fix modifiers order once more
556478ad3c6d9b3d92dbe2b6fe0e2a3a44db5e66
1 parent a566c04 commit 48253e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ymake.core.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ when ($COMMON_LINK_SETTINGS == "yes") {
852852
LINK_ADDITIONAL_SECTIONS+=--add-section=.ya.linker_map.${_LINKER_ID}=${tmp;pre=$MODULE_PREFIX;suf=.map.$_LINKER_ID:REALPRJNAME}
853853
}
854854
elsewhen ($DUMP_LINKER_MAP == "yes") {
855-
LDFLAGS+=-Wl,-Map=${output;rootrel;pre=$MODULE_PREFIX;suf=.map.$_LINKER_ID:REALPRJNAME}
855+
LDFLAGS+=-Wl,-Map=${rootrel;output;pre=$MODULE_PREFIX;suf=.map.$_LINKER_ID:REALPRJNAME}
856856
}
857857

858858
when ($USE_MKL == "yes") {

0 commit comments

Comments
 (0)