瀏覽代碼

Fix macOS failing to generate an empty archive

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
c8b432e4da
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. +0
    -1
      tests/empty.test/dummy.txt
  2. +1
    -0
      tests/simple.test/src/foo.cpp

+ 0
- 1
tests/empty.test/dummy.txt 查看文件

@@ -1 +0,0 @@
This file ensures the directory is visible to Git

+ 1
- 0
tests/simple.test/src/foo.cpp 查看文件

@@ -0,0 +1 @@
int foo() { return 42; }

Loading…
取消
儲存