Files
evol-sandbox/buildscripts/flecsdllcopy.ps1
2021-03-31 03:41:09 +02:00

3 lines
106 B
PowerShell

$builddir=$args[0] # root build directory
cp $builddir/subprojects/flecs/flecs.dll -Destination $builddir