build.cfg: Set BUILD_BULLET to 0 for now

This commit is contained in:
Marco Cawthorne 2021-08-07 22:37:55 +02:00
parent 4bebda7940
commit 60e7bcc520
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ BUILD_CLEAN=0
BUILD_ENGINE_DEPENDENCIES=1
# Build the bullet physics plugin, required for prop_physics and other entities
BUILD_BULLET=1
BUILD_BULLET=0
# Build ffmpeg, required for video, flac and menu header playback
BUILD_FFMPEG=1