Skip to content

Commit bfc07b1

Browse files
rm statusgo-c-bindings call from Makefile
1 parent 1f1c96f commit bfc07b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ statusgo-library: $(LIBWAKU) $(LIBSDS) ##@cross-compile Build status-go as stati
218218
go run cmd/library/*.go > build/bin/statusgo-lib/main.go
219219

220220
statusgo-library: generate
221-
statusgo-library: statusgo-c-bindings $(LIBWAKU) ##@cross-compile Build status-go as static library for current platform
221+
statusgo-library: $(LIBWAKU) ##@cross-compile Build status-go as static library for current platform
222222
@echo "Building static library..."
223223
go build \
224224
-tags '$(BUILD_TAGS)' \
@@ -251,15 +251,15 @@ endif
251251
@echo "Shared library built:"
252252
@ls -la build/bin/libstatus.*
253253

254-
statusgo-android-library: generate statusgo-c-bindings $(LIBWAKU) ##@cross-compile Build status-go as Android mobile library
254+
statusgo-android-library: generate $(LIBWAKU) ##@cross-compile Build status-go as Android mobile library
255255
@echo "Building Android mobile library..."
256256
$(ANDROID_BUILD_FLAGS) go build -buildmode=c-shared -tags 'gowaku_no_rln nowatchdog disable_torrent' \
257257
-ldflags="-checklinkname=0 -X github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/metrics.EnabledStr=true" \
258258
-o "build/bin/libstatus.so" ./build/bin/statusgo-lib
259259
@echo "Android library built"
260260
@file build/bin/libstatus.so
261261

262-
statusgo-ios-library: generate statusgo-c-bindings $(LIBWAKU) ##@cross-compile Build status-go as iOS mobile library
262+
statusgo-ios-library: generate $(LIBWAKU) ##@cross-compile Build status-go as iOS mobile library
263263
@echo "Building iOS mobile library..."
264264
DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer" \
265265
CC="$$(xcrun --sdk $(IPHONE_SDK) --find clang)" \

0 commit comments

Comments
 (0)