1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-10-18 13:58:55 +00:00
bddisasm/bindings/rsbddisasm/fix_symlinks.sh
BITDEFENDER\vlutas 70db095765 Updates Rust binding to the latest version.
Fixed build in disasmtool_lix.
2022-01-05 14:17:13 +02:00

13 lines
167 B
Bash

#!/bin/bash
set -e
cd bddisasm-sys
rm -rf LICENSE
ln -s ../../../LICENSE .
cd csrc
rm -rf bddisasm
ln -s ../../../../bddisasm/ .
rm -rf inc
ln -s ../../../../inc/ .