mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 23:37:35 +00:00
Toolchain+Ports: Move the CMake toolchain file into a subdirectory
This commit is contained in:
parent
c6c1e2037b
commit
594d480391
12 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@ version=2.4.0-devel
|
|||
depends="SDL2 zlib"
|
||||
commit=353379e1f8a847cc0e284541d2b40fd49d175d22
|
||||
workdir="${port}-${commit}"
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||
files="https://github.com/hatari/hatari/archive/${commit}.tar.gz ${commit}.tar.gz"
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue