CMakeLists.txt: Don't turn on "RGSS2" by default
This commit is contained in:
		
							parent
							
								
									e38ec7be98
								
							
						
					
					
						commit
						0d96207b39
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@ Project(mkxp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setup options ##
 | 
					## Setup options ##
 | 
				
			||||||
 | 
					
 | 
				
			||||||
option(RGSS2 "Enable RGSS2" ON)
 | 
					option(RGSS2 "Enable RGSS2" OFF)
 | 
				
			||||||
option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
 | 
					option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
 | 
				
			||||||
set(BINDING "MRI" CACHE STRING "The Binding Type (MRI, MRUBY, NULL)")
 | 
					set(BINDING "MRI" CACHE STRING "The Binding Type (MRI, MRUBY, NULL)")
 | 
				
			||||||
set(EXTERNAL_LIB_PATH "" CACHE PATH "External precompiled lib prefix")
 | 
					set(EXTERNAL_LIB_PATH "" CACHE PATH "External precompiled lib prefix")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue