GP-2881: Fixed build.gradle

This commit is contained in:
ghidorahrex
2024-06-03 20:16:10 +00:00
parent 492743608c
commit 9c17d474e9

View File

@@ -18,4 +18,6 @@ apply from: "$rootProject.projectDir/gradle/processorProject.gradle"
apply plugin: 'eclipse'
eclipse.project.name = 'Processors Z80'
sleighCompileOptions = [
'-l'
]