summaryrefslogtreecommitdiff
path: root/build_osx.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 12:32:01 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 12:32:01 +0100
commit7cc519c9d2f5b68aae04d368077f17c605009b43 (patch)
tree3d02133184e0ff2b5277cca46c2b61ed3b648c81 /build_osx.sh
parent22f40608ec8ba81577625bb65043cacbc51710eb (diff)
fix config loading on osx, merge /linux and /osx
Diffstat (limited to 'build_osx.sh')
-rw-r--r--build_osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_osx.sh b/build_osx.sh
index 82b41db..1bce8d6 100644
--- a/build_osx.sh
+++ b/build_osx.sh
@@ -12,7 +12,7 @@ mkdir -p $OUT_DIR
# misc items are converted to header files, not embedded. (xxd -i LICENSE misc/osx/LICENSE.h)
-g++ -m64 -std=c++17 $FLAGS -DUNICODE -o $OUT_DIR/text-search imgui/imgui*.cpp imgui/backends/imgui_impl_glfw.cpp src/widgets/*.cpp src/*.cpp imfiledialog/*.cpp src/osx/*.cpp -Iimgui -Iimgui/backends -Isrc -Isrc/osx -pthread -ldl -lglfw -lGL
+g++ -m64 -std=c++17 $FLAGS -DUNICODE -o $OUT_DIR/text-search imgui/imgui*.cpp imgui/backends/imgui_impl_glfw.cpp src/widgets/*.cpp src/*.cpp imfiledialog/*.cpp src/unix/*.cpp -Iimgui -Iimgui/backends -Isrc -Isrc/unix -pthread -ldl -lglfw -lGL
if [[ $* == *-r* ]]; then
./$OUT_DIR/text-search