Skip to content

Commit 94eb1c5

Browse files
committed
Appveyor Fixes (macOS arm64 binaries)
1 parent 28cf5ec commit 94eb1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ for:
256256
- export CXX="clang++ -arch arm64"
257257
- export CXXFLAGS=
258258
- export CONFIGURE_ARGS="--host=aarch64 --target=aarch64"
259-
- ./configure --prefix=${TKDND_RUNTIME} --exec-prefix=${TKDND_RUNTIME} ${CONFIGURE_ARGS} && make && make test
259+
- ./configure --prefix=${TKDND_RUNTIME} --exec-prefix=${TKDND_RUNTIME} ${CONFIGURE_ARGS} && make
260260
- make install
261261
- cd ${TKDND_RUNTIME}/lib && tar -czvf ${FILE_TO_UPLOAD_ARM} tkdnd${TKDND_VERSION} && rm -rf tkdnd${TKDND_VERSION}
262262
- cd ${TKDND_HOME} && make clean && make distclean

0 commit comments

Comments
 (0)