Skip to content

Commit

Permalink
WIP newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 26, 2020
1 parent cf5925e commit 57420fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions L/libcxxwrap_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unpack_target = is_yggdrasil ? "" : "libcxxwrap-julia"

# Collection of sources required to complete build
sources = [
GitSource(git_repo, "30997d732f6a317348a05b4ccb777dfbcc483525", unpack_target=unpack_target),
GitSource(git_repo, "2ee08fa0877f7268d06fd23c1be1b7c80b5de48c", unpack_target=unpack_target),
]

# Bash recipe for building across all platforms
Expand All @@ -28,7 +28,6 @@ fi
cmake \
-DJulia_PREFIX=$prefix \
-DJulia_LIBRARY=$libdir/libjulia.$dlext \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DCMAKE_FIND_ROOT_PATH=$prefix \
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN} \
Expand Down

0 comments on commit 57420fc

Please sign in to comment.