瀏覽代碼

consider .S as a source file

asm that needs to be linked with the final archive/exe

FIXME - it's a bit gcc-centric / not MS compatible
main
John Robinson 3 年之前
父節點
當前提交
c6a558c592
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp 查看文件

@@ -25,6 +25,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = {
".C",
".S",
".c",
".c++",
".cc",

Loading…
取消
儲存