Skip to content

Commit

Permalink
fix stdc language
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 15, 2016
1 parent 8783503 commit f8d458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set_version("1.5.1")
set_warnings("all", "error")

-- set language: c99, c++11
set_languages("c11", "cxx11")
set_languages("c99", "cxx11")

-- add defines to config.h
add_defines_h("$(prefix)_OS_$(OS)")
Expand Down

0 comments on commit f8d458f

Please sign in to comment.