11 lines
466 B
Plaintext
11 lines
466 B
Plaintext
|
# Generated by CMake, DO NOT EDIT
|
||
|
# Custom rules for sentry
|
||
|
.SUFFIXES:
|
||
|
all: \
|
||
|
sentry_buildpart_0
|
||
|
|
||
|
|
||
|
sentry_buildpart_0:
|
||
|
echo "Creating symlinks"
|
||
|
/Applications/CMake.app/Contents/bin/cmake -E cmake_symlink_library /Users/bsergeant/src/foss/IXWebSocket/sentry-native/RelWithDebInfo/libsentry.dylib /Users/bsergeant/src/foss/IXWebSocket/sentry-native/RelWithDebInfo/libsentry.dylib /Users/bsergeant/src/foss/IXWebSocket/sentry-native/RelWithDebInfo/libsentry.dylib
|