We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd309ab commit fe36e27Copy full SHA for fe36e27
Package.swift
@@ -56,6 +56,9 @@ let package = Package(
56
"absl/base/internal/spinlock_linux.inc",
57
"absl/base/internal/spinlock_posix.inc",
58
"absl/base/internal/spinlock_win32.inc",
59
+ // other files
60
+ "absl/flags/flag_benchmark.lds",
61
+ "absl/abseil.podspec.gen.py",
62
],
63
sources: [
64
"absl/"
SwiftPMTests/build-test/test.cc
@@ -48,4 +48,5 @@
48
#include "absl/types/variant.h"
49
50
// Test for duplicate `_main` symbol.
51
-int main(int argc, char** argv) {}
+// _main is defined in runner.swift, any other definition of `_main` in abseil
52
+// files will cause a duplicate symbol error.
0 commit comments