build.cfg: Set BUILD_BULLET to 0 for now
This commit is contained in:
parent
4bebda7940
commit
60e7bcc520
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue