Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Enable compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
robthomson committed Aug 4, 2024
1 parent b4800f1 commit 5206147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rf2ethos/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local config = {}
config.toolName = "RF2ETHOS"
config.toolDir = "/scripts/rf2ethos/"
config.logEnable = false
config.useCompiler = false
config.useCompiler = true
config.ethosVersion = 1510
config.luaVersion = "2.0.0 - 240625"
config.ethosVersionString = "ETHOS < V1.5.10"
Expand Down

0 comments on commit 5206147

Please sign in to comment.