Skip to content

Commit 2485a39

Browse files
committed
Fix PolyHook build
1 parent 76a3016 commit 2485a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setuplibs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cmake -G "Visual Studio 15 2017" -DCAPSTONE_ARM_SUPPORT=0 -DCAPSTONE_ARM64_SUPPO
2424

2525
# now PolyHook
2626
Set-Location ..\..
27-
cmake -G "Visual Studio 15 2017" -DBUILD_DLL=ON -DBUILD_STATIC=ON .\
27+
cmake -G "Visual Studio 15 2017" -DBUILD_DLL=ON -DBUILD_STATIC=ON -DFEATURE_INLINENTD=OFF .\
2828

2929
# setup source sdk
3030
Set-Location ..\source-sdk-cso2

0 commit comments

Comments
 (0)