0.3.0; fix misconfigured nan tagging build, and update travis

This commit is contained in:
underscorediscovery
2020-05-28 09:57:29 -07:00
parent 2fc4be6e38
commit dd510c2995
14 changed files with 247 additions and 260 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
workspace "wren-cli"
configurations { "Release", "Debug", "64bit-no-nan-tagging" }
platforms { "64bit", "32bit" }
configurations { "Release", "Debug" }
platforms { "64bit", "32bit", "64bit-no-nan-tagging" }
defaultplatform "64bit"
location ("../" .. _ACTION)