mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: SDL2: Use correct CMAKE_TOOLCHAIN_FILE in configopts
This commit is contained in:
parent
00e5af02be
commit
cfad6606f0
Notes:
sideshowbarker
2024-07-18 20:14:58 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/cfad6606f02 Pull-request: https://github.com/SerenityOS/serenity/pull/6382
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ workdir=SDL-main-serenity
|
|||
useconfigure=true
|
||||
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz 18ce496be8644b0eb7fc4cad0d8dd5ff"
|
||||
auth_type=md5
|
||||
configopts="DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
|
||||
|
||||
configure() {
|
||||
run cmake $configopts
|
||||
|
|
Loading…
Reference in a new issue