Skip to content

Commit 8562d01

Browse files
author
Matthew Reid
committed
Fixed bug in conanfile.py where BUILD_JSBSIM_PLUGIN macro was not set
1 parent e0640eb commit 8562d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def generate(self):
9090
tc.variables["SKYBOLT_PLUGINS_STATIC_BUILD"] = str(not self.options.shared_plugins)
9191
tc.variables["Skybolt_VERSION"] = self.version
9292

93-
if self.options.enable_bullet:
93+
if self.options.enable_jsbsim:
9494
tc.variables["BUILD_JSBSIM_PLUGIN"] = "true"
9595

9696
if self.options.enable_bullet:

0 commit comments

Comments
 (0)