Skip to content

Commit

Permalink
arch: Fix conanfile_rtc.py (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanthomson authored Sep 28, 2024
2 parents 8bd5a55 + 6be7e15 commit 0210ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile_rtc.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from conans import ConanFile

class SPIRVToolsConan(ConanFile):
name = "SPIRV-Tools"
name = "spirv-tools"
version = "0.0.1"
url = "https://github.com/duncanthomson/SPIRV-Tools"
license = "https://github.com/duncanthomson/SPIRV-Tools/blob/main/LICENSE"
url = "https://github.com/Esri/SPIRV-Tools/blob/runtimecore"
license = "https://github.com/Esri/SPIRV-Tools/blob/runtimecore/LICENSE"
description = "An API and commands for processing SPIR-V modules"

# RTC specific triple
Expand Down

0 comments on commit 0210ba1

Please sign in to comment.