mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-27 06:40:52 +00:00
8 lines
367 B
Bash
8 lines
367 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
scripts/r2ghidra.sh \
|
||
|
-DCMAKE_C_COMPILER=cl \
|
||
|
-DCMAKE_BUILD_TYPE=Release \
|
||
|
-DCMAKE_PREFIX_PATH="$APPVEYOR_BUILD_FOLDER/r2_dist_$ARCH;$APPVEYOR_BUILD_FOLDER/r2_dist_$ARCH/radare2;$QT64PATH" \
|
||
|
-DCMAKE_INSTALL_PREFIX="$APPVEYOR_BUILD_FOLDER/$ARTIFACT_PATH/radare2" \
|
||
|
-DRADARE2_INSTALL_PLUGDIR="$APPVEYOR_BUILD_FOLDER/$ARTIFACT_PATH/radare2/lib/plugins"
|