mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
vcmi: missing flag BUILD_SHARED_LIBS
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user