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 ae8998d commit 0aad617Copy full SHA for 0aad617
test/auditing.jl
@@ -344,14 +344,7 @@ end
344
v"1.0.0",
345
# Copy in the libfoo sources
346
[DirectorySource(build_tests_dir)],
347
- # Build libfoo using autotools to create a real .la file, and also
348
- # create a fake .la file (which should not be removed). Create also a
349
- # symlink libqux.la -> libfoo.la, which will be broken after libfoo.la
350
- # has been deleted: remove libqux.la as well
351
- libfoo_autotools_script * raw"""
352
- touch ${prefix}/lib/libbar.la
353
- ln -s ${prefix}/lib/libfoo.la ${prefix}/lib/libqux.la
354
- """,
+ libfoo_autotools_script,
355
# Build for our platform
356
[platform],
357
# The products we expect to be build
0 commit comments