Skip to content

Commit

Permalink
Update prep-cmake.bat
Browse files Browse the repository at this point in the history
Check for 'idax' installation
  • Loading branch information
0xeb committed Dec 27, 2021
1 parent 1a0f573 commit 974ddbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prep-cmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ if not defined IDASDK (
goto :eof
)

if not exist %IDASDK%\include\idax\xkernwin.hpp (
echo IDAX framework not properly installed in the IDA SDK folder.
echo See: https://github.com/0xeb/idax
goto :eof
)

if not exist build (
mkdir build
pushd build
Expand Down

0 comments on commit 974ddbb

Please sign in to comment.