Skip to content

Commit 7418fe3

Browse files
committed
fix: fix linux build
1 parent 338e751 commit 7418fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ task('build-linux-webf-lib', (done) => {
487487
// generate project
488488
execSync(`cmake -DCMAKE_BUILD_TYPE=${buildType} \
489489
${isProfile ? '-DENABLE_PROFILE=TRUE \\' : '\\'}
490-
${buildMode != 'Release' ? '-DENABLE_TEST=true \\' : '\\'}
490+
${'-DENABLE_TEST=true \\'}
491491
-G "${cmakeGeneratorTemplate}" \
492492
-B ${paths.bridge}/cmake-build-linux -S ${paths.bridge}`,
493493
{

0 commit comments

Comments
 (0)