Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yjh0502 committed Jan 14, 2023
1 parent 61f6335 commit a31f043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/curl/make_osx_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do_make()
-DCMAKE_USE_LIBSSH2=OFF \
-DBUILD_TESTING=OFF \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_OSX_ARCHITECTURES=amd64
-DCMAKE_OSX_ARCHITECTURES=arm64
)
cmake --build "$BUILD_DIR" --config Release --target install -j8
}
Expand Down
2 changes: 1 addition & 1 deletion build/nghttp2/make_osx_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ mkdir -p "$BUILD_DIR"
-DENABLE_LIB_ONLY=ON \
-DENABLE_STATIC_LIB=ON \
-DENABLE_SHARED_LIB=OFF \
-DCMAKE_OSX_ARCHITECTURES=amd64
-DCMAKE_OSX_ARCHITECTURES=arm64
)
cmake --build "$BUILD_DIR" --config Release --target install

0 comments on commit a31f043

Please sign in to comment.