spin2cpp icon indicating copy to clipboard operation
spin2cpp copied to clipboard

--zip ignores conditional assembly

Open Wuerfel21 opened this issue 4 months ago • 4 comments

CON
  USE_THE_FILE = false
DAT
  orgh
if USE_THE_FILE
  file "does_not.exist"
end

This code compiles correctly but trying to zip it fails with error: Unable to write file does_not.exist to zip

Wuerfel21 avatar Oct 09 '24 01:10 Wuerfel21