Skip to content

Commit 9f76398

Browse files
committed
Corrected script due to change of file location.
1 parent ebdfc94 commit 9f76398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build/shared/imath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
cd Dependencies/imath
55

6-
rm ImathConfig.h
6+
rm src/Imath/ImathConfig.h
77

88
$CMAKE_COMMAND . $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX -DBUILD_SHARED_LIBS=off -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DBUILD_TESTING=off -DCMAKE_CXX_FLAGS="$FLAGS"
99
$MAKE install

0 commit comments

Comments
 (0)