Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com <spamtrap@nedprod.com>2018-02-02 02:16:21 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com <spamtrap@nedprod.com>2018-02-02 02:16:21 +0300
commitb957b73ca4eca7b484ef3e58e4dc8dbce43bc3ae (patch)
tree7d5ef12ce497893906f2bbe34e6e25b2b38c8963 /.ci.cmake
parentbb31a246e0ee748d2379be0159d657c5f7792cbb (diff)
Fixed quite a lot of stuff on OS X, and now the async i/o is working correctly
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 28f3baee..3b134081 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -68,9 +68,9 @@ else()
COMMAND cp -a release_notes.md afio/
COMMAND cp -a --parents prebuilt/lib/libafio_sl-2.0-Darwin-x86_64-Release.a afio/
COMMAND cp -a --parents prebuilt/lib/libafio_dl-2.0-Darwin-x86_64-Release.so afio/
- COMMAND "${CMAKE_COMMAND}" -E tar cfz afio-v2.0-binaries-Darwin.tgz afio
+ COMMAND "${CMAKE_COMMAND}" -E tar cfz afio-v2.0-binaries-darwin64.tgz afio
)
- get_filename_component(toupload afio-v2.0-binaries-Darwin.tgz ABSOLUTE)
+ get_filename_component(toupload afio-v2.0-binaries-darwin64.tgz ABSOLUTE)
endif()
endif()
set(retval2 0)