mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	GitHub Actions: deal with case sensitive file system
Sadly, there's an explicit change in the sources to of QtConnectivity that requires this workaround when running the build on a case sensitive file system. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									f4f9ba9263
								
							
						
					
					
						commit
						dd83ca9d59
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -13,7 +13,8 @@ RUN cd /win/mxe ; \ | |||
| 
 | ||||
| # manually build the Win BLE version of QtConnectivity (we can drop this with Qt 5.14) | ||||
| RUN cd /win/mxe ; \ | ||||
|     mkdir -p neolit ; cd neolit ; git clone -b wip/win git://github.com/qt/qtconnectivity | ||||
|     mkdir -p neolit ; cd neolit ; git clone -b wip/win git://github.com/qt/qtconnectivity ; \ | ||||
|     sed -i 's/SetupAPI.h/setupapi.h/' qtconnectivity/src/bluetooth/qlowenergycontroller_win.cpp | ||||
| RUN cd /win/mxe/neolit/qtconnectivity ; \ | ||||
|     PATH=/win/mxe/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /win/mxe/usr/i686-w64-mingw32.shared/qt5/bin/qmake qtconnectivity.pro ; \ | ||||
|     PATH=/win/mxe/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin make -j 6 ; \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue