Skip to content

Commit

Permalink
Test1
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Apr 25, 2024
1 parent 75520c6 commit f507e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/generate_toolchan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function build_flex() {

LDFLAGS="-L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib \
-Wl,-dynamic-linker,$(find "${PREFIX}/lib" -name 'ld-linux-*')" \
../configure --prefix="${PREFIX}"
../configure --prefix="${PREFIX}" --disable-static
make -j "$(nproc)"
make install

Expand Down

0 comments on commit f507e16

Please sign in to comment.