capstone, remove -L option in the recipe (not needed upstream) (#8866)

This commit is contained in:
Schrijvers Luc
2023-06-17 12:09:16 +02:00
committed by GitHub
parent 6623636382
commit c4ed8fb8cb

View File

@@ -80,7 +80,7 @@ BUILD()
{
cmake -Bbuild -S. $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
-DBUILD_SHARED_LIBS=ON -L
-DBUILD_SHARED_LIBS=ON
make -C build $jobArgs
}