Skip to content

Commit

Permalink
Fixed file location
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Jun 1, 2023
1 parent af836f5 commit 34f0d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/bin/test_dynamic_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ ! -d $WORK_DIR/s2n-install-shared ]; then
fi

# Compile the dynamic load test without linking to libs2n.so
gcc -o s2n_dynamic_load_test s2n_dynamic_load_test.c -ldl -lpthread -L$WORK_DIR/s2n-install-shared/lib -ls2n
gcc -o s2n_dynamic_load_test codebuild/bin/s2n_dynamic_load_test.c -ldl -lpthread -L$WORK_DIR/s2n-install-shared/lib -ls2n

LDD_OUTPUT=$(ldd s2n_dynamic_load_test)

Expand Down

0 comments on commit 34f0d2e

Please sign in to comment.