Skip to content

Commit

Permalink
freeimage: fix build (#10831)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Aug 12, 2023
1 parent 14593bf commit 92be4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/freeimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# b44ExpLogTable.cpp only contains a definition of main().
sed -i 's/Source\/OpenEXR\/IlmImf\/b44ExpLogTable.cpp//' Makefile.srcs
sed -i 's/Source\/LibTIFF4\/tif_getimage.c/Source\/LibTIFF4\/tif_getimage.c Source\/LibTIFF4\/tif_hash_set.c/g' ./Makefile.srcs
make LIBRARIES=-lc++ -j$(nproc)

INSTALL_DIR="$PWD/Dist"
Expand Down

0 comments on commit 92be4cb

Please sign in to comment.