mirror of
				https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
				synced 2025-11-04 04:09:37 +00:00 
			
		
		
		
	add sketchy rpath so it runs in xcode
This commit is contained in:
		@ -1,2 +1,3 @@
 | 
				
			|||||||
add_executable(SwiftFrontend MACOSX_BUNDLE main.swift Application.swift)
 | 
					add_executable(SwiftFrontend MACOSX_BUNDLE main.swift Application.swift)
 | 
				
			||||||
target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)
 | 
					target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)
 | 
				
			||||||
 | 
					set_property(TARGET SwiftFrontend PROPERTY BUILD_RPATH "/Library/Frameworks/SDL3.xcframework/macos-arm64_x86_64")
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user