include/meson: fix host build directory
When using a non default MESON_HOST_BUILD_DIR, HOST_BUILD_DIR is not appropriate to use. This change matches the target configure section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
		 Rosen Penev
					Rosen Penev
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							8cfce165a7
						
					
				
				
					commit
					4c42e2d9dd
				
			| @@ -98,7 +98,7 @@ define Host/Configure/Meson | |||||||
| 		--native-file $(HOST_BUILD_DIR)/openwrt-native.txt \ | 		--native-file $(HOST_BUILD_DIR)/openwrt-native.txt \ | ||||||
| 		$(MESON_HOST_ARGS) \ | 		$(MESON_HOST_ARGS) \ | ||||||
| 		$(MESON_HOST_BUILD_DIR) \ | 		$(MESON_HOST_BUILD_DIR) \ | ||||||
| 		$(HOST_BUILD_DIR), \ | 		$(MESON_HOST_BUILD_DIR)/.., \ | ||||||
| 		$(MESON_HOST_VARS)) | 		$(MESON_HOST_VARS)) | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user