mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Fix issues with environment not being activated
This commit is contained in:
		
							parent
							
								
									2468f2174a
								
							
						
					
					
						commit
						2914026379
					
				| @ -1,6 +1,6 @@ | |||||||
| all: prepare debug | all: prepare debug | ||||||
| 
 | 
 | ||||||
| prepare: activate cleanrns getrns | prepare: cleanrns getrns | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 	@echo Cleaning... | 	@echo Cleaning... | ||||||
| @ -11,13 +11,10 @@ clean: | |||||||
| 	-(rm ./bin -r) | 	-(rm ./bin -r) | ||||||
| 
 | 
 | ||||||
| cleanlibs: | cleanlibs: | ||||||
| 	buildozer android clean | 	. venv/bin/activate; buildozer android clean | ||||||
| 	 | 	 | ||||||
| cleanall: clean cleanlibs | cleanall: clean cleanlibs | ||||||
| 
 | 
 | ||||||
| activate: |  | ||||||
| 	(. venv/bin/activate) |  | ||||||
| 
 |  | ||||||
| pacthfiles: patchsdl injectxml | pacthfiles: patchsdl injectxml | ||||||
| 
 | 
 | ||||||
| patchsdl: | patchsdl: | ||||||
| @ -42,7 +39,7 @@ injectxml: | |||||||
| 	cp patches/p4a_build.py .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/build.py | 	cp patches/p4a_build.py .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/build.py | ||||||
| 	 | 	 | ||||||
| debug: | debug: | ||||||
| 	buildozer android debug | 	. venv/bin/activate; buildozer android debug | ||||||
| 
 | 
 | ||||||
| prebake: | prebake: | ||||||
| ifneq (,$(wildcard .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/src/main/res/xml/device_filter.xml)) | ifneq (,$(wildcard .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/src/main/res/xml/device_filter.xml)) | ||||||
| @ -50,7 +47,7 @@ ifneq (,$(wildcard .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists | |||||||
| else | else | ||||||
| 	@(echo Prebaking build before patching files...) | 	@(echo Prebaking build before patching files...) | ||||||
| 	@(sleep 2) | 	@(sleep 2) | ||||||
| 	-(buildozer android release) | 	-(. venv/bin/activate; buildozer android release) | ||||||
| 	@(echo Prebake finished, applying patches and rebuilding...) | 	@(echo Prebake finished, applying patches and rebuilding...) | ||||||
| 	@(sleep 2) | 	@(sleep 2) | ||||||
| endif | endif | ||||||
| @ -72,7 +69,7 @@ fetchshare: | |||||||
| 	cp ../../dist_archive/Reticulum\ Manual.epub ./share/mirrors/Reticulum_Manual.epub | 	cp ../../dist_archive/Reticulum\ Manual.epub ./share/mirrors/Reticulum_Manual.epub | ||||||
| 
 | 
 | ||||||
| release: | release: | ||||||
| 	buildozer android release | 	. venv/bin/activate; buildozer android release | ||||||
| 
 | 
 | ||||||
| postbuild: | postbuild: | ||||||
| 	$(MAKE) cleanrns | 	$(MAKE) cleanrns | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user