-
- Downloads
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
Showing
- dom/system/moz.build 0 additions, 3 deletionsdom/system/moz.build
- ipc/glue/moz.build 1 addition, 1 deletionipc/glue/moz.build
- js/src/moz.build 0 additions, 2 deletionsjs/src/moz.build
- moz.configure 2 additions, 1 deletionmoz.configure
- security/apps/moz.build 0 additions, 2 deletionssecurity/apps/moz.build
- security/certverifier/moz.build 0 additions, 3 deletionssecurity/certverifier/moz.build
- security/manager/ssl/moz.build 0 additions, 2 deletionssecurity/manager/ssl/moz.build
- xpcom/build/nsXPCOMPrivate.h 1 addition, 1 deletionxpcom/build/nsXPCOMPrivate.h
Loading
Please register or sign in to comment