diff options
| author | fanquake <[email protected]> | 2017-01-14 14:26:00 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-01-14 14:26:00 +0800 |
| commit | bb077fa5d099fe742e0593ceda81c3eaba57a02c (patch) | |
| tree | f6c6b2d3a7c38ce8956bc5e93a7cb0936b6b2229 /depends | |
| parent | depends: fix qt translations build (diff) | |
| download | discoin-bb077fa5d099fe742e0593ceda81c3eaba57a02c.tar.xz discoin-bb077fa5d099fe742e0593ceda81c3eaba57a02c.zip | |
[depends] Remove OBJCXX define from config.site.in
Diffstat (limited to 'depends')
| -rw-r--r-- | depends/config.site.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/config.site.in b/depends/config.site.in index 27e3aedd8..3d7c9fd43 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -63,7 +63,6 @@ LDFLAGS="-L$depends_prefix/lib $LDFLAGS" CC="@CC@" CXX="@CXX@" OBJC="${CC}" -OBJCXX="${CXX}" CCACHE=$depends_prefix/native/bin/ccache PYTHONPATH=$depends_prefix/native/lib/python/dist-packages:$PYTHONPATH |