mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
Add cflags/ldflags, SDL version to engine.log
This commit is contained in:
@@ -13,6 +13,8 @@ def options(opt):
|
||||
|
||||
def configure(conf):
|
||||
conf.define('LAUNCHERONLY',1)
|
||||
conf.define('CFLAGS', conf.env.CFLAGS)
|
||||
conf.define('LDFLAGS', conf.env.LINKFLAGS)
|
||||
|
||||
def build(bld):
|
||||
source = [
|
||||
|
||||
Reference in New Issue
Block a user