2024-04-10 15:39 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* utils/hbmk2/hbmk2.prg
! fixed my last modification and check if HB_WITH_* contains
non empty value
This commit is contained in:
@@ -9131,7 +9131,7 @@ STATIC PROCEDURE dep_try_detection( hbmk, dep )
|
||||
IF ! dep[ _HBMKDEP_lDetected ]
|
||||
dep_postprocess_one( hbmk, dep )
|
||||
IF dep[ _HBMKDEP_cControl ] == "local" .OR. ;
|
||||
( ! Empty( dep[ _HBMKDEP_aINCPATH ] ) .AND. dep[ _HBMKDEP_aINCPATH ][ 1 ] == dep[ _HBMKDEP_cControl ] ) .OR. ;
|
||||
( ! Empty( dep[ _HBMKDEP_aINCPATH ] ) .AND. ! Empty( dep[ _HBMKDEP_cControl ] ) .AND. dep[ _HBMKDEP_aINCPATH ][ 1 ] == dep[ _HBMKDEP_cControl ] ) .OR. ;
|
||||
! dep_try_pkg_detection( hbmk, dep )
|
||||
dep_try_header_detection( hbmk, dep )
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user