comparison config.nims @ 235:5f6d3511ef79

did: replace zippy with "standard" nim zip, compiled from source, fix some errors
author Sam <sam@basx.dev>
date Sat, 20 May 2023 17:44:55 +0700
parents f1f35e9f5335
children 952428f04ffc
comparison
equal deleted inserted replaced
234:3918e42bf26e 235:5f6d3511ef79
14 task build, "build": 14 task build, "build":
15 switch("path", "src") 15 switch("path", "src")
16 switch("mm", "orc") 16 switch("mm", "orc")
17 switch("experimental", "strictEffects") 17 switch("experimental", "strictEffects")
18 switch("threads", "on") 18 switch("threads", "on")
19 switch("d", "useLibzipSrc")
19 var buildType = DEBUG 20 var buildType = DEBUG
20 var platformDir = "" 21 var platformDir = ""
21 if defined(linux): 22 if defined(linux):
22 switch("define", "VK_USE_PLATFORM_XLIB_KHR") 23 switch("define", "VK_USE_PLATFORM_XLIB_KHR")
23 platformDir = LINUX 24 platformDir = LINUX