Skip to content

Commit e4ef1bd

Browse files
committed
rename '.libs' -> '.lib'
1 parent b2d4d47 commit e4ef1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EIDEProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ $(OUT_DIR):
19901990

19911991
mk_tmp = mk_tmp
19921992
.replace('<LIB_TARGETS>', lib_rules.join('\n'))
1993-
.replace('<LIB_OUT_DIR>', '.libs');
1993+
.replace('<LIB_OUT_DIR>', '.lib');
19941994

19951995
return mk_tmp;
19961996
}

0 commit comments

Comments
 (0)