Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lock to last working inline_syscall commit
will fix #22
will fix #23
  • Loading branch information
phra committed Dec 9, 2020
1 parent d4986f1 commit 5310956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -12,7 +12,8 @@ mkdir -p deps &&
cd deps &&

(ls inline_syscall 2>/dev/null 1>&2 || (
git clone --depth 1 https://github.com/JustasMasiulis/inline_syscall.git &&
git clone https://github.com/JustasMasiulis/inline_syscall.git &&
git checkout 24238544b510d8f85ca38de3a43bc41fa8cfe380 &&
grep -v '#include <intrin.h>' $INSTALL_DIR/deps/inline_syscall/include/in_memory_init.hpp > $INSTALL_DIR/deps/inline_syscall/include/in_memory_init.hpp2 &&
mv $INSTALL_DIR/deps/inline_syscall/include/in_memory_init.hpp2 $INSTALL_DIR/deps/inline_syscall/include/in_memory_init.hpp)
) &&
Expand Down

0 comments on commit 5310956

Please sign in to comment.