Skip to content

Commit ef0f3b9

Browse files
author
Martin Valgur
committed
cc65: add VirtualBuildEnv
1 parent cee9be0 commit ef0f3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/cc65/all/test_package/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
from conan import ConanFile
55
from conan.tools.build import can_run
6-
from conan.tools.files import copy, mkdir, rm
6+
from conan.tools.files import mkdir, rm
77
from conan.tools.layout import basic_layout
88

99

1010
class TestPackageConan(ConanFile):
1111
settings = "os", "arch", "compiler", "build_type"
12-
generators = "VirtualRunEnv"
12+
generators = "VirtualRunEnv", "VirtualBuildEnv"
1313
test_type = "explicit"
1414

1515
_targets = ("c64", "apple2")

0 commit comments

Comments
 (0)