Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 10, 2025. It is now read-only.
/CombineXPublic archive

Commita0b5fdb

Browse files
committed
fix combine tests
1 parentf7d34be commita0b5fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Package@swift-5.2.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var testCombine = ProcessInfo.processInfo.environment["CX_TEST_COMBINE"] != nil
77
// uncommenet the following line to test against combine
88
// testCombine = true
99
letcombineImpFlag:[SwiftSetting]= testCombine?[.define("USE_COMBINE")]:[.define("USE_COMBINEX")]
10-
letshimDep:[Target.Dependency]= testCombine?["CXCompatible"]:["CombineX","CXFoundation"]
10+
letshimDep:[Target.Dependency]= testCombine?["_CXCompatible"]:["CombineX","CXFoundation"]
1111

1212
letpackage=Package(
1313
name:"CombineX",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp