aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-27 06:27:01 -0600
committerBrent Cook <busterb@gmail.com>2023-02-27 06:27:01 -0600
commit305d0532ab2613f96bb67b2f1b7dee98c029178e (patch)
tree1833ba66fe421436f9c43cfae3047014cf4910eb /scripts
parentb0310cb34e912d15340d02a179a81311325b4199 (diff)
downloadportable-305d0532ab2613f96bb67b2f1b7dee98c029178e.tar.gz
portable-305d0532ab2613f96bb67b2f1b7dee98c029178e.tar.bz2
portable-305d0532ab2613f96bb67b2f1b7dee98c029178e.zip
delete opensslconf.h for each build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test b/scripts/test
index 3f35eca..48d7a55 100755
--- a/scripts/test
+++ b/scripts/test
@@ -116,7 +116,7 @@ elif [ "x$ARCH" = "xandroid" ]; then
116 116
117 ( 117 (
118 build_dir=build_$NAL_$ABI 118 build_dir=build_$NAL_$ABI
119 rm -fr $build_dir 119 rm -fr $build_dir include/openssl/opensslconf.h
120 mkdir $build_dir 120 mkdir $build_dir
121 cd $build_dir 121 cd $build_dir
122 cmake -GNinja -DCMAKE_MAKE_PROGRAM=ninja \ 122 cmake -GNinja -DCMAKE_MAKE_PROGRAM=ninja \