 75948304ab
			
		
	
	
		75948304ab
		
	
	
	
	
		
			
			after pulling this commit, type: ``` git submodule update extern/SDL ``` if building on Android, you **will** have to delete the android/app/.cxx directory, and do gradlew clean. only tested in the Android build - there may or may not be another commit which fixes building for other platforms.
		
			
				
	
	
		
			15 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [submodule "extern/SDL"]
 | |
| 	path = extern/SDL
 | |
| 	url = https://github.com/libsdl-org/SDL.git
 | |
| 	branch = release-2.28.x
 | |
| [submodule "extern/libsndfile"]
 | |
| 	path = extern/libsndfile
 | |
| 	url = https://github.com/libsndfile/libsndfile.git
 | |
| 	branch = master
 | |
| [submodule "extern/fmt"]
 | |
| 	path = extern/fmt
 | |
| 	url = https://github.com/fmtlib/fmt.git
 | |
| [submodule "extern/adpcm"]
 | |
| 	path = extern/adpcm
 | |
| 	url = https://github.com/superctr/adpcm
 |