Skip to content

Commit 6fc43da

Browse files
committed
Remove double dot in filename
* templates/bmakecommon.mpt:
1 parent f5c93bd commit 6fc43da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ optimize_flags = -O3
121121
unicode_flags = -tU
122122
unicode_linker_flags = -tU
123123
debug_ext = .pdb
124-
pdb_flags = -Xlinker -pdb -Xlinker $(OUTPUTDIR:\=/)$(NAME).$(DEBUG_EXT)
124+
pdb_flags = -Xlinker -pdb -Xlinker $(OUTPUTDIR:\=/)$(NAME)$(DEBUG_EXT)
125125
warn_flags =
126126
stack_flag = -Xlinker --stack=
127127
cc = bcc64x

0 commit comments

Comments
 (0)