Skip to content

Commit d06e2f7

Browse files
committed
Attempt to fix CI
1 parent d43e43a commit d06e2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/weak-export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo -n "Testing $(basename -s .sh $0) ... "
66
t=$(pwd)/tmp/$(basename -s .sh $0)
77
mkdir -p $t
88

9-
cat <<EOF | cc -c -o $t/a.o -xc -
9+
cat <<EOF | cc -fPIC -c -o $t/a.o -xc -
1010
#include <stdio.h>
1111
1212
__attribute__((weak)) int foo();

0 commit comments

Comments
 (0)