diff options
Diffstat (limited to 'config/moz.build')
-rw-r--r-- | config/moz.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/moz.build b/config/moz.build index fccf5cbcdc..3e95e46d2e 100644 --- a/config/moz.build +++ b/config/moz.build @@ -28,6 +28,9 @@ if CONFIG['HOST_OS_ARCH'] != 'WINNT': # while the program here is in C. HostProgram('nsinstall_real', c_only=True) +if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + DEFINES['GKMEDIAS_SHARED_LIBRARY'] = True + PYTHON_UNIT_TESTS += [ 'tests/test_mozbuild_reading.py', 'tests/unit-expandlibs.py', |