mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03: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