Skip to content

Commit

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

mv FreeImage/Dist/libfreeimage-3.18.0.so build/libfreeimage.so.3
Expand Down

0 comments on commit 7bbe98c

Please sign in to comment.