build - as per edd 2019 - make e physics off by default

This commit is contained in:
Carsten Haitzler 2019-11-24 11:31:07 +00:00
parent 1127409564
commit 523a64d226
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ option('cocoa',
option('physics',
type : 'boolean',
value : true,
value : false,
description : 'Physics engine (bullet) in efl'
)