mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	llama : fix linkage with mingw (#551)
* Revert 7e53955 (#542)
Still needs to be fixed properly
* Fix linking on mingw32
			
			
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| set(TARGET perplexity) | ||||
| add_executable(${TARGET} perplexity.cpp) | ||||
| target_link_libraries(${TARGET} PRIVATE common llama ggml ${CMAKE_THREAD_LIBS_INIT}) | ||||
| target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT}) | ||||
| target_compile_features(${TARGET} PRIVATE cxx_std_11) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 anzz1
					anzz1