We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338e751 commit 7418fe3Copy full SHA for 7418fe3
scripts/tasks.js
@@ -487,7 +487,7 @@ task('build-linux-webf-lib', (done) => {
487
// generate project
488
execSync(`cmake -DCMAKE_BUILD_TYPE=${buildType} \
489
${isProfile ? '-DENABLE_PROFILE=TRUE \\' : '\\'}
490
- ${buildMode != 'Release' ? '-DENABLE_TEST=true \\' : '\\'}
+ ${'-DENABLE_TEST=true \\'}
491
-G "${cmakeGeneratorTemplate}" \
492
-B ${paths.bridge}/cmake-build-linux -S ${paths.bridge}`,
493
{
0 commit comments