mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
Remove debugging.
This commit is contained in:
@@ -40,8 +40,6 @@ def _package(self, name, package, fallback, pkgconfig):
|
||||
cflags = pkgconfig.get_property(package, "--cflags")
|
||||
ldflags = pkgconfig.get_property(package, "--libs")
|
||||
|
||||
print(f"package {package} cflags: {cflags}")
|
||||
print(f"package {package} ldflags: {ldflags}")
|
||||
if cflags:
|
||||
self.args["caller_cflags"] = [cflags]
|
||||
if ldflags:
|
||||
|
||||
Reference in New Issue
Block a user