From: Robert Kaiser Date: Fri, 22 Nov 2013 13:56:11 +0000 (+0100) Subject: make it compile with nightly again X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=commitdiff_plain;h=42e21ea2f1ceef204f196fe36a68a5a0ec06952a;ds=sidebyside make it compile with nightly again --- diff --git a/moz.build b/moz.build index 6d237f6..eb762e8 100644 --- a/moz.build +++ b/moz.build @@ -5,4 +5,5 @@ TEST_DIRS += ['tests'] -MODULE = 'mandelbrot' +XPI_NAME = 'mandelbrot' +export('XPI_NAME')