Skip to content

Commit

Permalink
test(build): fix built static library location for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Dec 10, 2024
1 parent 052ce43 commit 2d59e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/posix_cpp_targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ifeq ($(OPENSSL), 1)
$(SYNC_SOURCE_FILES) \
$(PUBNUB_FUTRES_SYNC_SOURCE_FILE)
$(COMPILER) -c $(COMPILER_FLAGS) $(CPPFLAGS) $(PREREQUISITES)
$(LIB_TOOL) $(LIB_CMD) $(LIB_OUT_FLAG)$@ $(OBJECT_FILES) $(SYNC_OBJECT_FILES)
$(LIB_TOOL) $(LIB_CMD) $(LIB_OUT_FLAG)pubnub_sync$(APP_EXT) $(OBJECT_FILES) $(SYNC_OBJECT_FILES)
endif

$(TARGET_BUILD_PATH)pubnub_sync_subloop_sample$(APP_EXT): \
Expand Down

0 comments on commit 2d59e61

Please sign in to comment.