Skip to content
Snippets Groups Projects
Commit b8176d94 authored by Ted Mielczarek's avatar Ted Mielczarek
Browse files

bug 1399877 - Globally define DLL_PREFIX/DLL_SUFFIX. r=gps

Several source files use DLL_PREFIX/DLL_SUFFIX defines, and they all
set them in moz.build using `DEFINES`. This is problematic for the WSL build
because the quoting gets lost somewhere between bash and cl.exe. This patch
makes them set globally in moz.configure with `set_define`. There was an
existing global `MOZ_DLL_SUFFIX` define that was only used in one place, so
that has been removed in favor of simply `DLL_SUFFIX`.

MozReview-Commit-ID: 4ZQiqMK8Dgu

--HG--
extra : rebase_source : f85cbb4b9e6dc69881f312182cd4e37985baf22e
parent 0677fcfa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment