Skip to content

Commit adaa4c9

Browse files
committed
Correct mistakenly committed lines
1 parent 1c5c7fc commit adaa4c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rpm/harbour-sailfishconnect.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ else
8282
source "$VENV/bin/activate"
8383
fi
8484
echo "cython<3" > /tmp/pip-constraint.txt
85-
#PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1
85+
PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1
8686

8787
# speed up conan remote add
8888
if ! grep -sq sailfishos "$CONAN_USER_HOME/.conan/remotes.json" ; then
@@ -92,8 +92,8 @@ fi
9292
mkdir -p "$BUILD_DIR"
9393

9494
cd "$BUILD_DIR"
95-
#conan install "$SOURCE_DIR" --build=missing --profile:build="$SOURCE_DIR/dev/profiles/%{_target_cpu}" --profile:host="$SOURCE_DIR/dev/profiles/%{_target_cpu}"
96-
#conan remove -f "*" --builds --src --system-reqs
95+
conan install "$SOURCE_DIR" --build=missing --profile:build="$SOURCE_DIR/dev/profiles/%{_target_cpu}" --profile:host="$SOURCE_DIR/dev/profiles/%{_target_cpu}"
96+
conan remove -f "*" --builds --src --system-reqs
9797

9898
cmake \
9999
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \

0 commit comments

Comments
 (0)