Code type coercion for builder_print in C11 library using generic selector.

This commit is contained in:
2024-12-17 10:03:50 -05:00
parent 177820cd6e
commit ca7ff99a79
4 changed files with 134 additions and 61 deletions

View File

@ -326,7 +326,7 @@ if ( $unreal )
}
# C Library testing
if ( $test -and $false )
if ( $test -and $true )
{
$path_test_c = join-path $path_test c_library
$path_build = join-path $path_test_c build
@ -368,7 +368,7 @@ if ( $test -and $false )
Pop-Location
}
if ( $test -and $true )
if ( $test -and $false )
{
$path_test_c = join-path $path_test c_library
$path_build = join-path $path_test_c build