Skip to content

Commit

Permalink
Create portable build
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Feb 9, 2024
1 parent ccb263d commit 8cc77e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install() {
apply_patches

export CXXFLAGS="-std=c++11"
./configure --disable-auto-extras --prefix "${BASE_DIR:?}/run"
./configure --disable-auto-extras --prefix "${BASE_DIR:?}/run" --portable
make --jobs "$(nproc)" && make install
}

Expand Down

0 comments on commit 8cc77e1

Please sign in to comment.