Skip to content

Commit

Permalink
Add p to gradle (Windows) package string
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Panburana committed Jul 14, 2016
1 parent 39279c0 commit 0ab990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ model {
cCompiler.define "LIBEST_EXPORTS", "1"
cCompiler.define "DISABLE_BACKTRACE"
cCompiler.define "__STDC_WANT_SECURE_LIB__" , "0"
cCompiler.define "PACKAGE_STRING", "\"libest 2.0.0\""
cCompiler.define "PACKAGE_STRING", "\"libest 2.0.0p\""
cCompiler.define "DISABLE_PTHREADS", "1"
cCompiler.args "/GS", "/GL", "/analyze-", "/W3", "/Gy", "/Zc:wchar_t", "/Zi", "/Gm-", "/fp:precise", "/errorReport:prompt", "/WX-", "/Zc:forScope", "/Gd", "/Oy-","/Oi","/MD", "/EHsc", "/nologo", "/FS"
linker.args "/DYNAMICBASE","/SAFESEH", "/LTCG", "/NXCOMPAT"
Expand Down

0 comments on commit 0ab990c

Please sign in to comment.