Skip to content

Commit c1c5093

Browse files
committed
Fix ts/nts check
1 parent b66f21f commit c1c5093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/php-fb-sdk-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exit /B
3232

3333
set build_msg=Building PHP-%pfb_php_vers%
3434

35-
if "%pfb_nts%" gtr "0" (
35+
if "%pfb_ts%" gtr "0" (
3636
set build_msg=%build_msg% non-TS
3737
set extra_args=--disable-zts
3838
) else (

0 commit comments

Comments
 (0)