mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	emscripten-buildbot.sh: force -s USE_SDL=0
				
					
				
			This avoids using Emscripten-provided SDL headers from its own sysroot instead of the headers in our own include directory! Reference https://github.com/emscripten-core/emscripten/discussions/17647
This commit is contained in:
		| @@ -55,7 +55,7 @@ mkdir buildbot | |||||||
| pushd buildbot | pushd buildbot | ||||||
|  |  | ||||||
| echo "Configuring..." | echo "Configuring..." | ||||||
| emconfigure ../configure --host=wasm32-unknown-emscripten --disable-assembly --disable-threads --disable-cpuinfo CFLAGS="-O2 -Wno-warn-absolute-paths -Wdeclaration-after-statement -Werror=declaration-after-statement" --prefix="$PWD/emscripten-sdl2-installed" || exit $? | emconfigure ../configure --host=wasm32-unknown-emscripten --disable-assembly --disable-threads --disable-cpuinfo CFLAGS="-s USE_SDL=0 -O2 -Wno-warn-absolute-paths -Wdeclaration-after-statement -Werror=declaration-after-statement" --prefix="$PWD/emscripten-sdl2-installed" || exit $? | ||||||
|  |  | ||||||
| echo "Building..." | echo "Building..." | ||||||
| emmake $MAKE || exit $? | emmake $MAKE || exit $? | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ryan C. Gordon
					Ryan C. Gordon