2010-05-26 02:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.sh
! Enabled missing postinst activities for 'clang' targets.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-05-26 02:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* bin/postinst.sh
|
||||
! Enabled missing postinst activities for 'clang' targets.
|
||||
|
||||
2010-05-26 01:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/hbolesrv.def
|
||||
* contrib/hbwin/hbolesrv-mgw.def
|
||||
|
||||
@@ -270,7 +270,8 @@ if [ "$HB_COMPILER" = "gcc" ] || \
|
||||
[ "$HB_COMPILER" = "djgpp" ] || \
|
||||
[ "$HB_COMPILER" = "icc" ] || \
|
||||
[ "$HB_COMPILER" = "sunpro" ] || \
|
||||
[ "$HB_COMPILER" = "open64" ]
|
||||
[ "$HB_COMPILER" = "open64" ] || \
|
||||
[ "$HB_COMPILER" = "clang" ]
|
||||
then
|
||||
if [ -n "${HB_TOOLS_PREF}" ]; then
|
||||
hb_mkdyn="${HB_INST_PKGPREF}${HB_BIN_INSTALL}/${HB_TOOLS_PREF}-mkdyn"
|
||||
|
||||
Reference in New Issue
Block a user