Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
updated build_binary_dist.py to fit new CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Nov 1, 2015
1 parent 5633d4c commit f6c9d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_binary_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def print_usage(error=None):
cmake_bin,
'-Dida_sdk=' + os.path.join(args.ida_sdks_path, 'idasdk{}{}'.format(*cur_target)),
'-G', 'Visual Studio 10',
'-DCMAKE_INSTALL_PREFIX:PATH=../dist/IDA-{}.{}'.format(*cur_target),
'-DPLUGIN_INSTALL_PREFIX:PATH=../dist/IDA-{}.{}'.format(*cur_target),
] + args.cmake_args.split(' ') + ['..'] + (
['-DIDA_ARCH_64=TRUE'] if arch == 64 else []
), cwd=build_dir)
Expand Down

0 comments on commit f6c9d84

Please sign in to comment.