Community
Participate
Working Groups
When a source feature is generated based on a feature with a platform filter (e.g., ws="win32"), the generated source feature's platform filter is incorrect (e.g., ws="win32" arch="win32").
Created attachment 110615 [details] Proposed patch. This patch simply fixes a "typo" when setting the new feature's filter: result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getOS(), null) Note the second getOS() should be a getArch().
thanks