Skip to content

Commit b4cbfe6

Browse files
authored
Update azure-pipelines.yml
1 parent d2693ea commit b4cbfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,5 @@ jobs:
162162
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
163163
alpine echo "#include <openblas_config.h>" >>test_install.c
164164
alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c
165-
alpine gcc -Imytestdir/include test_install.c -lopenblas -lpthread -lgfortran -o test_install
165+
alpine gcc -Imytestdir/include test_install.c -Lmytestdir/lib -lopenblas -lpthread -lgfortran -o test_install
166166

0 commit comments

Comments
 (0)