Browse Source

consider .S as a source file

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

this is gcc-centric / not MS compatible
gnu_extensions
John Robinson 3 years ago
parent
commit
6c7192ebb9
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp View File

assert(std::is_sorted(header_exts.begin(), header_exts.end())); assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = { static std::vector<std::string_view> source_exts = {
".C", ".C",
".S",
".c", ".c",
".c++", ".c++",
".cc", ".cc",

Loading…
Cancel
Save