Skip to content

Commit

Permalink
chore: cleanup mock server darwin comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 11, 2021
1 parent c028109 commit 124b693
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion v3/internal/native/mock_server/mock_server_darwin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
package mock_server

/*
#cgo LDFLAGS: ${SRCDIR}/../../../../libs/libpact_mock_server_ffi.dylib
#cgo LDFLAGS: -v ${SRCDIR}/../../../../libs/libpact_mock_server_ffi.dylib
// NOTE: have to rename the id in the library using this command:
// install_name_tool -id "libpact_mock_server_ffi" libs/libpact_mock_server_ffi.dylib
// Library headers
typedef int bool;
Expand Down

0 comments on commit 124b693

Please sign in to comment.