vcmi: missing flag BUILD_SHARED_LIBS

This commit is contained in:
Jerome Duval
2023-03-27 13:06:47 +02:00
parent 4ab214e19d
commit 46df7a9506

View File

@@ -89,7 +89,8 @@ BUILD()
-DDATA_DIR=$relativeDataDir/vcmi \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DLIB_DIR=$relativeLibDir \
-DFORCE_BUNDLED_FL=0
-DFORCE_BUNDLED_FL=0 \
-DBUILD_SHARED_LIBS=ON
make -C build $jobArgs
}