-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: add freebsd actions * freebsd * fix cross * no number * clang * pkg-config * cargo * 13 * static * very static * remove static * toolchain * sysroot * freebsd no mp3 * build inside vm * rustup * env * git * zip tar untar * no tar * ninja cmake * pkgconf * bash * nasm * python3 * lang python * log * symlink * python3 * python3.11 * python3.11 * config mak * remove cross * gmake * make * postgres * postgres * sudo * no ln * ln * llvm16 * sshfs * safe directory * git commit hash * llvm * postgres server * postgres * postgres * service * one * full * matrix * update readme * move to run * no-test * remove target * coverage * remove postgres client
- Loading branch information
Showing
6 changed files
with
84 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE "x64") | ||
set(VCPKG_CRT_LINKAGE "dynamic") | ||
set(VCPKG_LIBRARY_LINKAGE "static") | ||
set(VCPKG_BUILD_TYPE "release") | ||
|
||
set(VCPKG_CMAKE_SYSTEM_NAME "FreeBSD") |