Skip to content

Commit

Permalink
Update osx build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jun 1, 2024
1 parent 46916ac commit a83dc69
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/linux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
(
cd src/FreeImage
make
)
cd src
(
cd FreeImage
make \
CPP_X86_64='g++ -w -std=c++11' \
CC_X86_64='gcc -w'
)

mv src/FreeImage/Dist/libfreeimage-3.18.0.so src/build/libfreeimage.so.3
mv FreeImage/Dist/libfreeimage-3.18.0.so build/libfreeimage.so.3
)

0 comments on commit a83dc69

Please sign in to comment.