Skip to content

Commit 104a22a

Browse files
committed
elide double correction for hdf4 src dir
1 parent eb5cf83 commit 104a22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ cd $WRKDIR/$PACK
488488
save_configure_help
489489

490490
#dll suffix hack
491-
sed -i "s|LIBRARY lib%s-0\.dll|LIBRARY lib%s-0$DLLSUFFIX.dll|" src/gen-def.py
491+
#sed -i "s|LIBRARY lib%s-0\.dll|LIBRARY lib%s-0$DLLSUFFIX.dll|" src/gen-def.py
492492

493493
xxrun ./configure $HOSTBUILD --prefix=$OUT --disable-dependency-tracking --enable-static=no --enable-shared=yes \
494494
--with-graphite2=auto --with-freetype=auto --with-cairo=no --with-chafa=no \
@@ -1314,8 +1314,8 @@ xxrun make install
13141314

13151315
# ----------------------------------------------------------------------------
13161316
hdf-*)
1317-
#cd $WRKDIR/$PACK
1318-
cd $WRKDIR/hdfsrc
1317+
cd $WRKDIR/$PACK
1318+
#cd $WRKDIR/hdfsrc
13191319
echo "IF (BUILD_SHARED_LIBS)" >> CMakeLists.txt
13201320
###new
13211321
echo "SET_TARGET_PROPERTIES (\${HDF4_SRC_LIBSH_TARGET} PROPERTIES SUFFIX $DLLSUFFIX.dll)">> CMakeLists.txt

0 commit comments

Comments
 (0)