Skip to content

Commit

Permalink
Update osx build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jun 1, 2024
1 parent c143108 commit 46916ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
COMPILERFLAGS_X86_64='-arch arm64 -D__ANSI__ -DDISABLE_PERF_MEASUREMENT' \
LIBRARIES_X86_64='-flat_namespace -install_name "@rpath/freeimage.dylib" -Wl,-syslibroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk' \
INCLUDE_X86_64='-isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk' \
libfreeimage-3.18.0.dylib-arm \
libfreeimage-3.18.0.dylib-x86_64 \
>/dev/null
)

mv FreeImage/libfreeimage-3.18.0.dylib-arm build/freeimage.dylib
mv FreeImage/libfreeimage-3.18.0.dylib-x86_64 build/freeimage.dylib
)

0 comments on commit 46916ac

Please sign in to comment.