Skip to content

Commit

Permalink
Changed working_dir for xcodeml-tools patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Stellio committed Aug 30, 2024
1 parent 71dd604 commit b33b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/c2sm/packages/claw/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Claw(CMakePackage):
# Otherwise, they are cached to the user's home directory.
patch('ivy_local_cache.patch', when='@:2.0.3')

patch('xcodeml-tools.patch', working_dir="xcodeml-tools")
patch('xcodeml-tools.patch', working_dir="omni-compiler")

# https://github.com/claw-project/claw-compiler/pull/586
conflicts('%nag', when='@:2.0.1')
Expand Down

0 comments on commit b33b12d

Please sign in to comment.