mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
public: fix incorrect logic where libc extension defines were exported without an actual check
This commit is contained in:
@@ -132,7 +132,8 @@ def configure(conf):
|
||||
)
|
||||
|
||||
for export in exports_list:
|
||||
conf.export_define(export)
|
||||
if conf.env[export]:
|
||||
conf.export_define(export)
|
||||
|
||||
# kill temporary uselib
|
||||
del conf.env.DEFINES_export
|
||||
|
||||
Reference in New Issue
Block a user