this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't use backslashes for "${FRAMEWORK_VERSION}"

Thomas A fbf27b71 1cc5b56f

+2 -2
+2 -2
tools/darling-stub-gen
··· 273 273 cmake.write(" PRIVATE\n") 274 274 cmake.write(")\n\n") 275 275 cmake.write("generate_sdk_framework(%s\n" % target_name) 276 - cmake.write(" VERSION $\{FRAMEWORK_VERSION\}\n") 276 + cmake.write(" VERSION ${FRAMEWORK_VERSION}\n") 277 277 cmake.write(" HEADER \"include/%s\"\n" % target_name) 278 278 if private_framework: 279 279 cmake.write(" PRIVATE\n") ··· 284 284 cmake.write(" IOSSUPPORT\n") 285 285 if private_framework: 286 286 cmake.write(" PRIVATE\n") 287 - cmake.write(" VERSION $\{FRAMEWORK_VERSION\}\n\n") 287 + cmake.write(" VERSION ${FRAMEWORK_VERSION}\n\n") 288 288 cmake.write(" SOURCES\n") 289 289 cmake.write(" src/%s." % target_name + ("m" if uses_objc else "c") + "\n") 290 290 if uses_objc: