예제 #1
0
    def config_options(self):
        KnuthConanFile.config_options(self)

        if self.options.keoken and self.options.currency != "BCH":
            self.output.warning(
                "Keoken is only enabled for BCH, for the moment. Removing Keoken support"
            )
            self.options.remove("keoken")
예제 #2
0
파일: conanfile.py 프로젝트: k-nuth/network
 def config_options(self):
     KnuthConanFile.config_options(self)
예제 #3
0
    def config_options(self):
        KnuthConanFile.config_options(self)

        #TODO: chequear si está repetido en la función de arriba
        if self.settings.os == "Windows":
            del self.options.fPIC