mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Add b_lundef=false for meson build.
This commit is contained in:
		| @@ -18,7 +18,8 @@ | ||||
| # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||||
| # IN THE SOFTWARE. | ||||
|  | ||||
| project('janet', 'c', default_options : ['c_std=c99'], version : '1.0.0') | ||||
| project('janet', 'c', default_options : ['c_std=c99', 'b_lundef=false'], | ||||
|   version : '1.0.0') | ||||
|  | ||||
| # Global settings | ||||
| janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose