aboutsummaryrefslogtreecommitdiff
path: root/test cases/osx/9 global variable ar/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/osx/9 global variable ar/meson.build')
-rw-r--r--test cases/osx/9 global variable ar/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/test cases/osx/9 global variable ar/meson.build b/test cases/osx/9 global variable ar/meson.build
deleted file mode 100644
index 313dd1b..0000000
--- a/test cases/osx/9 global variable ar/meson.build
+++ /dev/null
@@ -1,6 +0,0 @@
-# Source: https://lists.gnu.org/archive/html/libtool/2002-07/msg00025.html
-
-project('global variable test', 'c')
-
-lib = static_library('mylib', 'libfile.c', 'libfile2.c')
-test('global variable', executable('prog', 'prog.c', link_with: lib))